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: Fri, 18 May 2012 08:52:32 -0400 Message-ID: <7938.1337345552@alphaville> 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> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVMfp-0001Qe-85 for emacs-orgmode@gnu.org; Fri, 18 May 2012 08:52:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SVMfn-0001cd-LK for emacs-orgmode@gnu.org; Fri, 18 May 2012 08:52:48 -0400 Received: from g6t0184.atlanta.hp.com ([15.193.32.61]:34717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVMfn-0001cQ-HG for emacs-orgmode@gnu.org; Fri, 18 May 2012 08:52:47 -0400 In-Reply-To: Message from Nicolas Goaziou of "Fri, 18 May 2012 14:09:14 +0200." <87aa15y9lh.fsf@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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, Xu Jingtao Nicolas Goaziou wrote: > Hello, > > Nick Dokos writes: > > > The old exporter latex output doesn't compile. > > Ah ok, I only tried with the experimental one. > > > I tried the new exporter does it correctly, with either setting of the > > option. > > 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. Nick > Hence my underscore suggestion, which would also solve the UNDER_LINE > problem without resorting to (unsupported) tricks like UNDER\_LINE. > > > Regards, > > -- > Nicolas Goaziou >