emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org ab01161 6/6: Fix 7da20ff21


From: ELPA Syncer
Subject: [elpa] externals/org ab01161 6/6: Fix 7da20ff21
Date: Sat, 1 May 2021 06:57:16 -0400 (EDT)

branch: externals/org
commit ab01161b2a669f72e5186b85900b49455b3018b5
Author: Bastien Guerry <bzg@gnu.org>
Commit: Bastien Guerry <bzg@gnu.org>

    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 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) ""))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]