summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-09-30 14:18:02 -0600
committerEric Schulte <schulte.eric@gmail.com>2010-09-30 14:18:02 -0600
commitab5d7959d2ea840df05f8457af69db6f3b7ded60 (patch)
treee7d5b88a3756a0302be1c9e668b34d0e73175ee6
parent9e21de62c7537029c020bade29c1527b01d192d8 (diff)
downloadorg-mode-ab5d7959d2ea840df05f8457af69db6f3b7ded60.tar.gz
fixes bug with svg output -- Thanks to Rainer M Krug
* lisp/ob-plantuml.el (org-babel-execute:plantuml): fixes bug with svg output
-rw-r--r--lisp/ob-plantuml.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-plantuml.el b/lisp/ob-plantuml.el
index 45e099b..bd29de0 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)
" > "