From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Myles English" Subject: [new exporter] latex: why does {{}} become \{\{\}\} ? Date: Tue, 16 Oct 2012 16:29:39 +0100 Message-ID: <87lif6h1uk.fsf@ed.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TO8y3-00050y-OV for emacs-orgmode@gnu.org; Tue, 16 Oct 2012 11:22:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TO8xv-0006O2-Nn for emacs-orgmode@gnu.org; Tue, 16 Oct 2012 11:22:03 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:39007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TO8xv-0006Nu-He for emacs-orgmode@gnu.org; Tue, 16 Oct 2012 11:21:55 -0400 Received: by mail-we0-f169.google.com with SMTP id u3so4385789wey.0 for ; Tue, 16 Oct 2012 08:21:54 -0700 (PDT) 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: emacs-orgmode Hi, Org-mode version 7.9.2 (release_7.9.2-441-gf287ab @ /home/myles/.emacs.d/plugins/org-mode/lisp/) 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? In my .org file: \tikzset{help lines/.style=very thin} \tikzset{help grid/.style={help lines,color=blue!50}} In the resulting .tex file \tikzset{help lines/.style=very thin} \tikzset\{help grid/.style=\{help lines,color=blue!50\}\} Thanks, Myles