Nicolas Goaziou writes:
> Hello,
>
> Eric Schulte writes:
>
>> Evaluate the following to exercise the bug.
>>
>> ;; -*- emacs-lisp -*-
>> (let ((org-html-with-latex 'dvipng))
>> (org-export-string-as
>>"\\begin{equation}\n\\frac{Eric}{Schulte}\n\\end{equation}\n" 'html
>>
Hello,
Eric Schulte writes:
> Evaluate the following to exercise the bug.
>
> ;; -*- emacs-lisp -*-
> (let ((org-html-with-latex 'dvipng))
> (org-export-string-as
>"\\begin{equation}\n\\frac{Eric}{Schulte}\n\\end{equation}\n" 'html t))
>
> This functionality is required to
Evaluate the following to exercise the bug.
;; -*- emacs-lisp -*-
(let ((org-html-with-latex 'dvipng))
(org-export-string-as
"\\begin{equation}\n\\frac{Eric}{Schulte}\n\\end{equation}\n" 'html t))
This functionality is required to port org-mime to the new exporting
backend.