0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 11:46:26 +00:00

Merge branch 'bugfix'

This commit is contained in:
Ihor Radchenko 2023-03-07 13:33:18 +01:00
commit 077c4adabf
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

@ -180,7 +180,7 @@ This function is called by `org-babel-execute-src-block'."
tmp-pdf
(list org-babel-latex-pdf-svg-process)
extension err-msg log-buf)))
(shell-command (format "mv %s %s" img-out out-file)))))
(rename-file img-out out-file t))))
((string-suffix-p ".tikz" out-file)
(when (file-exists-p out-file) (delete-file out-file))
(with-temp-file out-file