emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Nick Dokos
Subject: Re: [O] How to omit "_" in org?
Date: Wed, 02 Mar 2016 11:54:40 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

童俊翔 <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]