From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: LaTeX export Date: Fri, 02 Nov 2007 18:56:15 +0000 Message-ID: <87d4usjx2o.fsf@bzg.ath.cx> References: <87abpxot2c.fsf@hati.baby-gnu.org> <87lk9gbryg.fsf@bzg.ath.cx> <87tzo4oeeh.fsf@hati.baby-gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Io0kz-0004yc-Aw for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 13:56:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Io0ky-0004wg-Gx for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 13:56:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Io0ky-0004wL-Cf for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 13:56:32 -0400 Received: from fk-out-0910.google.com ([209.85.128.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Io0kx-0001eo-VK for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 13:56:32 -0400 Received: by fk-out-0910.google.com with SMTP id 19so1119474fkr for ; Fri, 02 Nov 2007 10:56:31 -0700 (PDT) In-Reply-To: <87tzo4oeeh.fsf@hati.baby-gnu.org> (Daniel Dehennin's message of "Fri, 02 Nov 2007 16:28:22 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Daniel Dehennin writes: > Well, having "_" in my ORG file was litteraly a "_" in my LaTeX source > and compiling the LaTex source complains about missing $. > > I'm not able to reproduce this I don't understand what happend :-/ :) > But now, how can I have some\_thing in my LaTeX source ? At least two solutions: - directly write some\_thing in your Org source - use ^:nil in your #+OPTIONS (this will turn off any sub/superscript conversion) -- Bastien