This commit is contained in:
Bastien Guerry 2021-05-01 12:50:10 +02:00
parent e080eb759a
commit ab01161b2a
1 changed files with 0 additions and 1 deletions

View File

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