Hello,
[email protected] (Thomas S. Dye) writes:
> Using the filter you kindly provided (below) and this construct, "/Sida/
> cf. /fallax/" I get the following incorrect LaTeX export, "\emph{Sida}
> cf.~/fallax/". I'm expecting "\emph{Sida} cf.~\emph{fallax}".
This is because `org-emph-re' only accepts the beginning of line,
a white space, a tab, or any symbol among ('\"{ before emphasis markup.
Hence, _ (nobreak space) prevents identification of italics.
You may add _ to "pre" part of `org-emphasis-regexp-components'.
Regards,
--
Nicolas Goaziou