summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@gnu.org>2021-05-01 12:50:10 +0200
committerBastien Guerry <bzg@gnu.org>2021-05-01 12:50:10 +0200
commitab01161b2a669f72e5186b85900b49455b3018b5 (patch)
tree26ce0c10a01b11300a81cedbc61fda051a294c1a
parente080eb759ab8bd45a4df10597ce5ae6385469e2b (diff)
downloadorg-mode-ab01161b2a669f72e5186b85900b49455b3018b5.tar.gz
Fix 7da20ff21
-rw-r--r--lisp/ob-plantuml.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/ob-plantuml.el b/lisp/ob-plantuml.el
index 24e3e13..905e52e 100644
--- a/lisp/ob-plantuml.el
+++ b/lisp/ob-plantuml.el
@@ -151,7 +151,6 @@ This function is called by `org-babel-execute-src-block'."
" ")))
(with-temp-file in-file (insert full-body))
(message "%s" cmd) (org-babel-eval cmd "")
- (org-babel-plantuml-post-process out-file)
(if (and (string= (file-name-extension out-file) "svg")
org-babel-plantuml-svg-text-to-path)
(org-babel-eval (format "inkscape %s -T -l %s" out-file out-file) ""))