Variable: org-format-latex-signal-error
org-format-latex-signal-error is a customizable variable defined in
org.el.gz.
Value
t
Documentation
Non-nil means signal an error when image creation of LaTeX snippets fails.
When nil, just push out a message.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-format-latex-signal-error t
"Non-nil means signal an error when image creation of LaTeX snippets fails.
When nil, just push out a message."
:group 'org-latex
:version "24.1"
:type 'boolean)