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
|
(regexp-quote
|
||||||
"xmlns=\"http://www.w3.org/1998/Math/MathML\""))
|
"xmlns=\"http://www.w3.org/1998/Math/MathML\""))
|
||||||
nil t)
|
nil t)
|
||||||
(prog1 (match-string 0) (kill-buffer))))))
|
(match-string 0)))))
|
||||||
(cond
|
(cond
|
||||||
(mathml
|
(mathml
|
||||||
(setq mathml
|
(setq mathml
|
||||||
|
|
Loading…
Reference in New Issue