summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJambunathan K <kjambunathan@gmail.com>2011-09-09 00:22:19 +0530
committerJambunathan K <kjambunathan@gmail.com>2011-09-09 00:26:19 +0530
commitab757f9a24e41e504f3a760b80edefa814abb2bc (patch)
tree2ad7392816cfab29741ab53336b4e6c7adefe846
parenta4e881207d476c2366e48410cb8d2e5ce5824a18 (diff)
downloadorg-mode-ab757f9a24e41e504f3a760b80edefa814abb2bc.tar.gz
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'.
-rw-r--r--contrib/lisp/org-odt.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/lisp/org-odt.el b/contrib/lisp/org-odt.el
index 16d6441..e7cf978 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)