Eric S Fraga <e.fr...@ucl.ac.uk> writes: > On Wednesday, 14 Oct 2015 at 14:58, Rasmus wrote: >> Eric S Fraga <e.fr...@ucl.ac.uk> writes: >> > >>> I don't believe the default is to export to mathml. At least, for me, >>> this doesn't happen. >> >> For me, when I eval the following from emacs -q I get odt. >> >> (require 'ox-odt) >> (setq org-latex-to-mathml-convert-command >> "latexmlmath \"%i\" --presentationmathml=%o") >> >> E.g. export: \(x\). > > I get: > > ,---- > | LaTeX to MathML converter not available. > | Formatting LaTeX using verbatim > `----
This is triggered if (org-format-latex-mathml-available-p) returns nil. Go through each step of this function (in org.el). My guess is that latexmlmath is not in your PATH, at least according to Emacs... -- Together we will make the possible totalllly impossible!