From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: emacs org mode publish to latex failed with strings like "__aaa_cc__" Date: Wed, 16 May 2012 23:38:54 -0400 Message-ID: <7520.1337225934@alphaville> References: <20120516.191620.425167680073843190.jingtaozf@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUrYU-0004rZ-RN for emacs-orgmode@gnu.org; Wed, 16 May 2012 23:39:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUrYT-0007KB-5n for emacs-orgmode@gnu.org; Wed, 16 May 2012 23:39:10 -0400 Received: from g4t0014.houston.hp.com ([15.201.24.17]:43249) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUrYT-0007Ix-10 for emacs-orgmode@gnu.org; Wed, 16 May 2012 23:39:09 -0400 In-Reply-To: Message from Xu Jingtao of "Wed, 16 May 2012 19:16:20 +0800." <20120516.191620.425167680073843190.jingtaozf@gmail.com> 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: Xu Jingtao Cc: emacs-orgmode@gnu.org Xu Jingtao 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