From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira Subject: Re: Escaping braces and org-export-latex-classes behaviour Date: Sat, 17 Apr 2010 22:09:30 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O3EKd-0008El-Ie for emacs-orgmode@gnu.org; Sat, 17 Apr 2010 16:09:35 -0400 Received: from [140.186.70.92] (port=46633 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3EKc-0008Eb-Fz for emacs-orgmode@gnu.org; Sat, 17 Apr 2010 16:09:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O3EKa-0003RZ-OI for emacs-orgmode@gnu.org; Sat, 17 Apr 2010 16:09:34 -0400 Received: from mail-bw0-f225.google.com ([209.85.218.225]:59147) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O3EKa-0003RA-I2 for emacs-orgmode@gnu.org; Sat, 17 Apr 2010 16:09:32 -0400 Received: by bwz25 with SMTP id 25so3596347bwz.8 for ; Sat, 17 Apr 2010 13:09:30 -0700 (PDT) In-Reply-To: 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: Giulio Fella Cc: emacs-orgmode@gnu.org I think the correct would be using Latex syntax like \color{red}{whatever}. If you write using plain Tex syntax like {\color{red}whatever} org will not understand that the outer curly brackets are part of the command. -- Darlan 2010/4/16 Giulio Fella : > Hi, > > I have just upgraded from 6.33trans to 6.35g-55-g36d3e hoping to solve > a problem with escaping braces. > > With LaTex_CLASS: beamer > > Something like > {\color{red}whatever} > > exports to latex with escaped outer braces. Namely > > \{\color{red}whatever\} > > This is the same behaviour as in 6.33trans. I had read it was a bug > which had been corrected. Is this a reappearing bug =A0or is there a way > round it? > > Also in version 6.33 the relevant content of org-export-latex-classes > used to be exported before that of BEAMER_HEADER_EXTRA. Now it is > parsed after it. Is there any variable I can set to reestablish the > old behaviour? > > Many thanks in advance. > > Best wishes > Giulio > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >