Xu Jingtao <[email protected]> wrote:
> Hi all:
>
> If I write some string like "__aaa_cc__" in org file,then publish it to pdf
> using latex,
> it will failed and the output is wrong.
>
> even I can use ~__aaa_cc__~, it's not a good way do it.
>
> Can you fix it or I am wrong?
By default, underscores indicate subscripts (a tradition that comes from
LaTeX syntax - similarly, carets indicate superscripts). If you don't
want that, you can add
#+OPTIONS: ^:nil
at the top of the file: this option disables superscripts and subscripts.
See
(info "(org) Export options")
Nick