Re: [O] bug in `org-export-string-as' when org-html-with-latex is set to dvipng

2013-05-15 Thread Eric Schulte
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 >>

Re: [O] bug in `org-export-string-as' when org-html-with-latex is set to dvipng

2013-05-14 Thread Nicolas Goaziou
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

[O] bug in `org-export-string-as' when org-html-with-latex is set to dvipng

2013-05-14 Thread Eric Schulte
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.