emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* fix for error of quoted and emphasized text in LaTeX export
@ 2010-07-07 14:48 Robert Hennig
  2010-07-15 21:49 ` Scot Becker
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Hennig @ 2010-07-07 14:48 UTC (permalink / raw)
  To: emacs-orgmode

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

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

end of thread, other threads:[~2010-07-15 21:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-07 14:48 fix for error of quoted and emphasized text in LaTeX export Robert Hennig
2010-07-15 21:49 ` Scot Becker

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