Merge branch 'bugfix'
This commit is contained in:
commit
077c4adabf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue