From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Hofer Subject: latex-export bug? Date: Sat, 14 May 2011 15:52:19 +0200 Message-ID: <87vcxdz8x8.wl%sebhofer@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLFGl-00024r-Bx for emacs-orgmode@gnu.org; Sat, 14 May 2011 09:52:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QLFGk-0000LF-HQ for emacs-orgmode@gnu.org; Sat, 14 May 2011 09:52:35 -0400 Received: from lo.gmane.org ([80.91.229.12]:47858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLFGk-0000Ku-AP for emacs-orgmode@gnu.org; Sat, 14 May 2011 09:52:34 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QLFGi-0001Bo-SI for emacs-orgmode@gnu.org; Sat, 14 May 2011 15:52:32 +0200 Received: from ahgate1.aei.uni-hannover.de ([130.75.117.49]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 May 2011 15:52:32 +0200 Received: from sebhofer by ahgate1.aei.uni-hannover.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 May 2011 15:52:32 +0200 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@gnu.org I just noticed that escaping curly braces seems to be broken in latex export: \somecommand{argument} \somecommand{$somemath$} results in \somecommand{argument} \somecommand\{$somemath$\} This seems to be (relatively) new to me, and breaks some of my documents. Is this intended behaviour? If not, is there a workaround (without having to wrap all these commands in #+begin_latex ... #+end_latex)? Cheers Sebastian