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 n.goaz...@gmail.com writes:

 Hello,

 Eric Schulte schulte.e...@gmail.com 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 port org-mime to the new exporting
 backend.

 Thank you for the report. I pushed a fix for that in maint. Does it now
 behave as expected?


Indeed this does now work.  Thanks for the quick fix.



 Regards,

-- 
Eric Schulte
http://cs.unm.edu/~eschulte



[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.

Thanks,

-- 
Eric Schulte
http://cs.unm.edu/~eschulte



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 schulte.e...@gmail.com 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 port org-mime to the new exporting
 backend.

Thank you for the report. I pushed a fix for that in maint. Does it now
behave as expected?


Regards,

-- 
Nicolas Goaziou