emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eric Schulte
Subject: [O] bug in `org-export-string-as' when org-html-with-latex is set to dvipng
Date: Tue, 14 May 2013 07:20:19 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]