* 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
* Re: bug in `org-export-string-as' when org-html-with-latex is set to dvipng
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
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2013-05-14 17:11 UTC (permalink / raw)
To: Eric Schulte; +Cc: Org Mode Mailing List
Hello,
Eric Schulte <schulte.eric@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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: bug in `org-export-string-as' when org-html-with-latex is set to dvipng
2013-05-14 17:11 ` Nicolas Goaziou
@ 2013-05-15 18:52 ` Eric Schulte
0 siblings, 0 replies; 3+ messages in thread
From: Eric Schulte @ 2013-05-15 18:52 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: Org Mode Mailing List, Eric Schulte
Nicolas Goaziou <n.goaziou@gmail.com> writes:
> Hello,
>
> Eric Schulte <schulte.eric@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
^ 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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).