Parcourir la source

fixes bug with svg output -- Thanks to Rainer M Krug

* lisp/ob-plantuml.el (org-babel-execute:plantuml): fixes bug with svg
output
Eric Schulte il y a 14 ans
Parent
commit
ab5d7959d2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lisp/ob-plantuml.el

+ 1 - 1
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)
 			" > "