Browse 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 14 năm trước cách đây
mục cha
commit
ab5d7959d2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
 			" > "