From mboxrd@z Thu Jan 1 00:00:00 1970 From: zwz Subject: [beamer] a bug in exporting Date: Wed, 11 May 2011 21:09:43 +0800 Message-ID: <87tyd1wfhk.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QK97r-0002Xy-1t for emacs-orgmode@gnu.org; Wed, 11 May 2011 09:06:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QK97q-0003qu-41 for emacs-orgmode@gnu.org; Wed, 11 May 2011 09:06:50 -0400 Received: from lo.gmane.org ([80.91.229.12]:42460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QK97p-0003qh-Uj for emacs-orgmode@gnu.org; Wed, 11 May 2011 09:06:50 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QK97n-0006Xc-VW for emacs-orgmode@gnu.org; Wed, 11 May 2011 15:06:47 +0200 Received: from 221.12.171.101 ([221.12.171.101]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 May 2011 15:06:47 +0200 Received: from zhangweize by 221.12.171.101 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 May 2011 15:06:47 +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 In a org file I have * what is x? #+BEGIN_SRC c char (*(*x())[])(); #+END_SRC \pause char \fbox{\fbox{(*\fbox{\fbox{(*\fbox{x()})}[]})}()}; The latex generated for the last line turned out to be char \fbox\{\fbox\{(*\fbox{\fbox{(*\fbox{x()})}[]})\}()\}; which is not expected. Is it a bug? I am using Emacs 23.3.1 and org 7.4, by the way.