From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: eval: Invalid read syntax: "#"Error during redisplay: (void-function -mode) Date: Fri, 10 Dec 2010 13:15:51 -0500 Message-ID: <26374.1292004951@gamaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=54047 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PR7Vy-000732-TA for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 13:16:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PR7Vl-0000p0-8e for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 13:16:18 -0500 Received: from vms173019pub.verizon.net ([206.46.173.19]:57649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PR7Vl-0000oT-4T for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 13:16:05 -0500 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173019.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LD800JXW5EGZMB0@vms173019.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 12:15:53 -0600 (CST) In-reply-to: Message from "Thomas S. Dye" of "Fri, 10 Dec 2010 07:56:21 -1000." 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: "Thomas S. Dye" Cc: nicholas.dokos@hp.com, emacs-orgmode list Thomas S. Dye wrote: > Aloha all, > > I get subject error when exporting this subtree to LaTeX: > > * Export problem > > #+begin_src emacs-lisp :results wrap :exports both > "code block results" > #+end_src > > #+begin_src emacs-lisp :var lst=a-list :results list > (reverse lst) > #+end_src > > The error goes away and LaTeX export succeeds if I get rid of the > :exports header argument in the first source block, or get rid of the > second code block. > > I'm using Org-mode version 7.3 (release_7.4.2.g32f816.dirty) > This sounds suspiciously like something that Seb ran into a few weeks ago: http://thread.gmane.org/gmane.emacs.orgmode/33922 but I'm not sure how that was resolved. FWIW, I cannot reproduce it: GNU Emacs 23.2.50.1 (i686-pc-linux-gnu, GTK+ Version 2.14.4) of 2010-10-27 on gamaville.dokosmarshall.org Org-mode version 7.4 (release_7.4.5.gb0844.dirty) Nick > All the best, > Tom > > _______________________________________________ > 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 >