diff --git a/lisp/ob-plantuml.el b/lisp/ob-plantuml.el index 45e099b8c..bd29de006 100644 --- a/lisp/ob-plantuml.el +++ b/lisp/ob-plantuml.el @@ -64,7 +64,7 @@ This function is called by `org-babel-execute-src-block'." (shell-quote-argument (expand-file-name org-plantuml-jar-path)) (if (string= (file-name-extension out-file) "svg") - "-tsvg" "") + " -tsvg" "") " -p " cmdline " < " (org-babel-process-file-name in-file) " > "