From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: emacs org mode publish to latex failed with strings like "__aaa_cc__" Date: Fri, 18 May 2012 15:04:52 +0200 Message-ID: <87vcjt7i8b.fsf@gmail.com> References: <20120516.191620.425167680073843190.jingtaozf@gmail.com> <7520.1337225934@alphaville> <20120518.194101.2178280850066988257.jingtaozf@gmail.com> <87ehqhyaa4.fsf@gmail.com> <7211.1337342690@alphaville> <87aa15y9lh.fsf@gmail.com> <7938.1337345552@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVMuR-0005r5-No for emacs-orgmode@gnu.org; Fri, 18 May 2012 09:07:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SVMuL-00056E-MS for emacs-orgmode@gnu.org; Fri, 18 May 2012 09:07:55 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:63153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVMuL-000560-DD for emacs-orgmode@gnu.org; Fri, 18 May 2012 09:07:49 -0400 Received: by wgbds1 with SMTP id ds1so2087109wgb.30 for ; Fri, 18 May 2012 06:07:47 -0700 (PDT) In-Reply-To: <7938.1337345552@alphaville> (Nick Dokos's message of "Fri, 18 May 2012 08:52:32 -0400") 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org, Xu Jingtao Nick Dokos writes: >> The new one exports "__aaa_b__" as "\underline{\underline{aaa$_b$}}". >> I think the OP wants a verbatim "\_\_aaa\_b\_\_" instead. >> > > That can be done with ~__aaa_b__~ though. Yes, but I assume that aaa could also contain other Org syntax, like an entity. So "__a\alpha{}a_b__" is still a problem.