error handling
This commit is contained in:
parent
8cdf1ea3c0
commit
61bef8a376
@ -158,8 +158,8 @@ This function is called by `org-babel-execute-src-block'."
|
|||||||
body params
|
body params
|
||||||
(org-babel-variable-assignments:tikz params)))))
|
(org-babel-variable-assignments:tikz params)))))
|
||||||
(message cmd)
|
(message cmd)
|
||||||
(tikz-shell-command org-babel-temporary-directory cmd)
|
(when (eq (tikz-shell-command org-babel-temporary-directory cmd) 0)
|
||||||
(tikz-post-run format in-file out-file)
|
(tikz-post-run format in-file out-file))
|
||||||
nil)) ;; signal that output has already been written to file
|
nil)) ;; signal that output has already been written to file
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user