From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: How to omit "_" in org? Date: Wed, 02 Mar 2016 11:54:40 -0500 Message-ID: <8760x43jn3.fsf@alphaville.usersys.redhat.com> References: <0CD787A5-A929-45CB-8815-6E1157D20411@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abA31-0002gE-KB for emacs-orgmode@gnu.org; Wed, 02 Mar 2016 11:54:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abA2y-0008UH-VW for emacs-orgmode@gnu.org; Wed, 02 Mar 2016 11:54:51 -0500 Received: from plane.gmane.org ([80.91.229.3]:35055) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abA2y-0008Tx-OU for emacs-orgmode@gnu.org; Wed, 02 Mar 2016 11:54:48 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1abA2x-0007lu-8G for emacs-orgmode@gnu.org; Wed, 02 Mar 2016 17:54:47 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Mar 2016 17:54:47 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Mar 2016 17:54:47 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 童俊翔 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