From ab01161b2a669f72e5186b85900b49455b3018b5 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 1 May 2021 12:50:10 +0200 Subject: [PATCH] Fix 7da20ff21 --- lisp/ob-plantuml.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/ob-plantuml.el b/lisp/ob-plantuml.el index 24e3e134f..905e52e3f 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) ""))