emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] fix for error of quoted and emphasized text in LaTeX export


From: Robert Hennig
Subject: [Orgmode] fix for error of quoted and emphasized text in LaTeX export
Date: Wed, 07 Jul 2010 16:48:58 +0200
User-agent: Thunderbird 1.5.0.8 (X11/20060911)

Dear Orgmode List,

In LaTeX export the following will fail:

"/Hello/" -> ``/Hello/''

instead of

"/Hello/" -> ``\emph{Hello}''

The fix I propose is to change the order of
calling
org-export-latex-quotation-marks AFTER
org-export-latex-fontify in
the org-export-latex-content function, because the quotation marks would
be changed and do not match the regexp anymore.

But I'm not too shure if there are other implications to regard.

best regards,


Robert Hennig



reply via email to

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