* How to omit "_" in org?
@ 2016-03-02 16:19 童俊翔
2016-03-02 16:54 ` Nick Dokos
2016-03-02 18:17 ` Samuel Wales
0 siblings, 2 replies; 3+ messages in thread
From: 童俊翔 @ 2016-03-02 16:19 UTC (permalink / raw)
To: Org mode
I want to write CN01_003_pla, in which the “_” doesn’t represent subscript. How to do this?
Thank you!
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to omit "_" in org?
2016-03-02 16:19 How to omit "_" in org? 童俊翔
@ 2016-03-02 16:54 ` Nick Dokos
2016-03-02 18:17 ` Samuel Wales
1 sibling, 0 replies; 3+ messages in thread
From: Nick Dokos @ 2016-03-02 16:54 UTC (permalink / raw)
To: emacs-orgmode
童俊翔 <tongjunxiang@gmail.com> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to omit "_" in org?
2016-03-02 16:19 How to omit "_" in org? 童俊翔
2016-03-02 16:54 ` Nick Dokos
@ 2016-03-02 18:17 ` Samuel Wales
1 sibling, 0 replies; 3+ messages in thread
From: Samuel Wales @ 2016-03-02 18:17 UTC (permalink / raw)
To: 童俊翔; +Cc: Org mode
org-use-sub-superscripts
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. And
ANYBODY can get it.
Denmark: free Karina Hansen NOW.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-03-02 18:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-02 16:19 How to omit "_" in org? 童俊翔
2016-03-02 16:54 ` Nick Dokos
2016-03-02 18:17 ` Samuel Wales
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).