From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [new exporter] latex: why does {{}} become \{\{\}\} ? Date: Tue, 16 Oct 2012 21:21:45 +0200 Message-ID: <87sj9edxyu.fsf@gmail.com> References: <87lif6h1uk.fsf@ed.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOCm2-0000qS-3E for emacs-orgmode@gnu.org; Tue, 16 Oct 2012 15:25:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOCm0-0006Qj-Qs for emacs-orgmode@gnu.org; Tue, 16 Oct 2012 15:25:53 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:38386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOCm0-0006QZ-K2 for emacs-orgmode@gnu.org; Tue, 16 Oct 2012 15:25:52 -0400 Received: by mail-we0-f169.google.com with SMTP id u3so4546873wey.0 for ; Tue, 16 Oct 2012 12:25:51 -0700 (PDT) In-Reply-To: <87lif6h1uk.fsf@ed.ac.uk> (Myles English's message of "Tue, 16 Oct 2012 16:29:39 +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: Myles English Cc: emacs-orgmode Hello, "Myles English" writes: > Can anyone tell me please why (in the examples below) {} exports fine > but {{}} exports as \{\{\}\} ? Am I meant to wrap these in > #+begin_latex blocks? You're writing LaTeX code in an Org buffer. This is only possible to a limited extent. In particular, these lines should indeed go within a LaTeX block. Otherwise, they will be protected to appear as-is in the output. Regards, -- Nicolas Goaziou