Nicolas Goaziou <n.goaz...@gmail.com> wrote: > Hello, > > Xu Jingtao <jingta...@gmail.com> writes: > > > What I want to ensure is that this is maybe a bug of emacs org mode. > > > > I know "_a string_" will try to convert to underline string in latex, > > by emacs variable org-export-latex-emphasis-alist. > > Maybe this is why it is translated into wrong latex codes. > > Why is it wrong LaTeX code? You're asking Org to put an underline there, > and there you have. >
The old exporter latex output doesn't compile. I tried the new exporter does it correctly, with either setting of the option. Nick > Nevertheless, I think it would be useful to have an entity for > underscore character. Something like: > > ("us" "\\_" nil "_" "_" "_" "_") > >