fixup! org-create-math-formula: Do not run file-related hooks when checking output
This commit is contained in:
parent
b338a90698
commit
4f548f9482
|
@ -16233,7 +16233,7 @@ inspection."
|
|||
(regexp-quote
|
||||
"xmlns=\"http://www.w3.org/1998/Math/MathML\""))
|
||||
nil t)
|
||||
(prog1 (match-string 0) (kill-buffer))))))
|
||||
(match-string 0)))))
|
||||
(cond
|
||||
(mathml
|
||||
(setq mathml
|
||||
|
|
Loading…
Reference in New Issue