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

* lisp/ob-plantuml.el (org-babel-execute:plantuml): fixes bug with svg
output
This commit is contained in:
Eric Schulte 2010-09-30 14:18:02 -06:00
parent 9e21de62c7
commit ab5d7959d2
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ This function is called by `org-babel-execute-src-block'."
(shell-quote-argument (shell-quote-argument
(expand-file-name org-plantuml-jar-path)) (expand-file-name org-plantuml-jar-path))
(if (string= (file-name-extension out-file) "svg") (if (string= (file-name-extension out-file) "svg")
"-tsvg" "") " -tsvg" "")
" -p " cmdline " < " " -p " cmdline " < "
(org-babel-process-file-name in-file) (org-babel-process-file-name in-file)
" > " " > "