>>> "JK" == John Kitchin writes: > I think this is happening here: > #+BEGIN_SRC emacs-lisp > (org-export-string-as "\\begin{displaymath} > \\int f dx =0 > \\end{displaymath}" > 'html t ) > #+END_SRC Well now this is very odd, I obtain #+BEGIN_SRC emacs-lisp (org-export-string-as "\\begin{displaymath} \\int f dx =0 \\end{displaymath}" 'html t ) #+END_SRC #+RESULTS: : \begin{displaymath} : \int f dx =0 : \end{displaymath} But org-mime-htmlsize still inserts 1 I am now very confused and will try to debug it again.