From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil Date: Mon, 8 Nov 2010 15:53:02 +0100 Message-ID: References: <0D7DA87B-B899-4BBF-9DAC-A39F0DB9E141@fastmail.net> <87vd48ncwf.fsf@gmail.com> <12A10080-909D-4C02-8081-2AAD03C2D113@fastmail.net> <4281.1289227525@gamaville.dokosmarshall.org> Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=60734 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFT5m-0005JC-Jw for emacs-orgmode@gnu.org; Mon, 08 Nov 2010 09:53:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PFT5i-0004hw-Q8 for emacs-orgmode@gnu.org; Mon, 08 Nov 2010 09:53:03 -0500 Received: from dns.synchrotron-soleil.fr ([195.221.0.3]:54739 helo=sucette.synchrotron-soleil.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PFT5i-0004hs-KK for emacs-orgmode@gnu.org; Mon, 08 Nov 2010 09:53:02 -0500 In-Reply-To: <4281.1289227525@gamaville.dokosmarshall.org> 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: nicholas.dokos@hp.com Cc: Ista Zahn , emacs-orgmode Mailinglist On 08.11.2010, at 15:45, Nick Dokos wrote: > Konrad Hinsen wrote: >=20 >> On 08.11.2010, at 14:49, Eric Schulte wrote: >>=20 >>> I'm unable to re-create this problem. Could you please send a = minimal >>> example file in which the problem occurs? >>=20 >> 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. >>=20 >=20 > Something to do with the compilation of the org-babel-map-src-blocks > macro, no doubt. I don't see it with uncompiled files. I confirm. Removing all the byte-compiled files from my org-mode = directory and restarting emacs solves the problem. That's already a = useful workaround, thanks! Konrad.=