Re: [O] How to omit "_" in org?

2016-03-02 Thread Nick Dokos
童俊翔  writes:

> I want to write CN01_003_pla, in which the “_” doesn’t represent subscript. 
> How to do this?
>
> Thank you!

#+OPTIONS: ^:nil

or

#+OPTIONS: ^:{}

The second gives you the ability to have super/subscripts
by enclosing them in braces, so

a_b gives an underscore while a_{b} gives a subscript.

--
Nick




[O] How to omit "_" in org?

2016-03-02 Thread 童俊翔
I want to write CN01_003_pla, in which the “_” doesn’t represent subscript. How 
to do this?

Thank you!