diff --git a/org-krita.el b/org-krita.el index 1d8c269..147fa4d 100644 --- a/org-krita.el +++ b/org-krita.el @@ -157,7 +157,7 @@ If CANVASONLY-MODE is not null, run krita in canvasonly mode." (when (f-exists-p kra-path) (if canvasonly-mode (call-process org-krita-executable nil 0 nil "--canvasonly" "--nosplash" kra-path) - (call-process org-krita-executable nil 0 "--nosplash" nil kra-path)) + (call-process org-krita-executable nil 0 nil "--nosplash" kra-path)) (org-krita-add-watcher kra-path)))) (defun org-krita-hide-link (link)