From ab757f9a24e41e504f3a760b80edefa814abb2bc Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Fri, 9 Sep 2011 00:22:19 +0530 Subject: [PATCH] org-odt.el: Set mathml option * contrib/lisp/org-odt.el (org-export-odt-do-preprocess-latex-fragments): Pass 'mathml option to `org-format-latex'. --- contrib/lisp/org-odt.el | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/lisp/org-odt.el b/contrib/lisp/org-odt.el index 16d6441d4..e7cf978ae 100644 --- a/contrib/lisp/org-odt.el +++ b/contrib/lisp/org-odt.el @@ -1741,6 +1741,7 @@ visually." (setq cache-dir "ltxpng/") (setq display-msg "Creating LaTeX image %s")) ((member latex-frag-opt '(mathjax t)) + (setq latex-frag-opt 'mathml) (setq cache-dir "ltxmathml/") (setq display-msg "Creating MathML formula %s"))) (when (and org-current-export-file) -- 2.11.4.GIT