ob-plantuml: adding eps support -- Thanks to Michael Gauland

This commit is contained in:
Eric Schulte 2011-03-30 23:25:28 -06:00
parent 2f72b3efcb
commit d54c3825a8
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ This function is called by `org-babel-execute-src-block'."
(expand-file-name org-plantuml-jar-path))
(if (string= (file-name-extension out-file) "svg")
" -tsvg" "")
(if (string= (file-name-extension out-file) "eps")
" -teps" "")
" -p " cmdline " < "
(org-babel-process-file-name in-file)
" > "