all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug in `org-export-string-as' when org-html-with-latex is set to dvipng
@ 2013-05-14 13:20 Eric Schulte
  2013-05-14 17:11 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Schulte @ 2013-05-14 13:20 UTC (permalink / raw)
  To: Org Mode Mailing List

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-15 18:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 13:20 bug in `org-export-string-as' when org-html-with-latex is set to dvipng Eric Schulte
2013-05-14 17:11 ` Nicolas Goaziou
2013-05-15 18:52   ` Eric Schulte

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.