branch: externals/org
commit 4f548f94820fee5b5de2ba8e38fa2144b03d847f
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    fixup! org-create-math-formula: Do not run file-related hooks when checking 
output
---
 lisp/org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index 81635366c5..fada1fb599 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -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

Reply via email to