From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil Date: Mon, 08 Nov 2010 09:45:25 -0500 Message-ID: <4281.1289227525@gamaville.dokosmarshall.org> References: <0D7DA87B-B899-4BBF-9DAC-A39F0DB9E141@fastmail.net> <87vd48ncwf.fsf@gmail.com> <12A10080-909D-4C02-8081-2AAD03C2D113@fastmail.net> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=40698 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFSyf-0001V6-33 for emacs-orgmode@gnu.org; Mon, 08 Nov 2010 09:45:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PFSyd-0003Qj-OU for emacs-orgmode@gnu.org; Mon, 08 Nov 2010 09:45:44 -0500 Received: from vms173009pub.verizon.net ([206.46.173.9]:46975) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PFSyd-0003QS-L5 for emacs-orgmode@gnu.org; Mon, 08 Nov 2010 09:45:43 -0500 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173009.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LBK000I1MBPC640@vms173009.mailsrvcs.net> for emacs-orgmode@gnu.org; Mon, 08 Nov 2010 08:45:26 -0600 (CST) In-reply-to: Message from Konrad Hinsen of "Mon, 08 Nov 2010 14:58:04 +0100." <12A10080-909D-4C02-8081-2AAD03C2D113@fastmail.net> 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: Konrad Hinsen Cc: Ista Zahn , nicholas.dokos@hp.com, emacs-orgmode Mailinglist Konrad Hinsen wrote: > On 08.11.2010, at 14:49, Eric Schulte wrote: > > > I'm unable to re-create this problem. Could you please send a minimal > > example file in which the problem occurs? > > Here is an example file. Open it and run org-babel-execute-buffer, and > you will get "Wrong type argument: consp, nil". Then type C-c C-c on > the three code blocks in order: everything works as expected. Do > org-babel-execute-buffer again, and it will complain about an > undefined function org-babel-map-src-blocks. > Something to do with the compilation of the org-babel-map-src-blocks macro, no doubt. I don't see it with uncompiled files. HTH, Nick