|
@@ -122,6 +122,7 @@ This function is called by `org-babel-execute-src-block'."
|
|
((not (file-exists-p org-plantuml-jar-path))
|
|
((not (file-exists-p org-plantuml-jar-path))
|
|
(error "Could not find plantuml.jar at %s" org-plantuml-jar-path))
|
|
(error "Could not find plantuml.jar at %s" org-plantuml-jar-path))
|
|
(t (list java
|
|
(t (list java
|
|
|
|
+ "-Djava.awt.headless=true"
|
|
"-jar"
|
|
"-jar"
|
|
(shell-quote-argument (expand-file-name org-plantuml-jar-path))))))
|
|
(shell-quote-argument (expand-file-name org-plantuml-jar-path))))))
|
|
(full-body (org-babel-plantuml-make-body body params))
|
|
(full-body (org-babel-plantuml-make-body body params))
|