From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Myles English" Subject: Re: [new exporter] latex: why does {{}} become \{\{\}\} ? Date: Tue, 16 Oct 2012 22:26:10 +0100 Message-ID: <87zk3mjeh9.fsf@ed.ac.uk> References: <87lif6h1uk.fsf@ed.ac.uk>,<87sj9edxyu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOEWv-0008LB-Ht for emacs-orgmode@gnu.org; Tue, 16 Oct 2012 17:18:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOEWu-0005Sj-Gg for emacs-orgmode@gnu.org; Tue, 16 Oct 2012 17:18:25 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:39336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOEWu-0005Sf-9v for emacs-orgmode@gnu.org; Tue, 16 Oct 2012 17:18:24 -0400 Received: by mail-wi0-f177.google.com with SMTP id hj13so325120wib.12 for ; Tue, 16 Oct 2012 14:18:23 -0700 (PDT) In-reply-to: <87sj9edxyu.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 Nicolas Goaziou writes: > 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. Thanks, just confirming that was helpful, me and my emacs were confused somehow and #+begin_latex was coming out as \begin{latex}, it may have been a missing bracket. Myles