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: Thu, 18 Nov 2010 19:58:07 +0100 Message-ID: <641E92E9-DFC0-4973-A446-16CE6195EB2F@fastmail.net> References: <0D7DA87B-B899-4BBF-9DAC-A39F0DB9E141@fastmail.net> <87vd48ncwf.fsf@gmail.com> <12A10080-909D-4C02-8081-2AAD03C2D113@fastmail.net> <4281.1289227525@gamaville.dokosmarshall.org> <87lj4vvhup.wl%dmaus@ictsoc.de> <874obfjxz3.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=39927 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJ9gZ-0000C7-SY for emacs-orgmode@gnu.org; Thu, 18 Nov 2010 13:58:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJ9gY-0000cj-S5 for emacs-orgmode@gnu.org; Thu, 18 Nov 2010 13:58:19 -0500 Received: from smtp3-g21.free.fr ([212.27.42.3]:43242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJ9gY-0000bX-7j for emacs-orgmode@gnu.org; Thu, 18 Nov 2010 13:58:18 -0500 In-Reply-To: <874obfjxz3.fsf@gmail.com> 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: Eric Schulte Cc: David Maus , nicholas.dokos@hp.com, emacs-orgmode Mailinglist , Ista Zahn On 18 Nov 2010, at 01:07, Eric Schulte wrote: > Thanks for doing most of the debugging on this. > > After much banging of my head, I stumbled onto this very nice page of > common problems with compiled Macros in Emacs Lisp [1], it looks like > this sort of thing has happened before. :) > > I realized I was guilty of one of the macro sins specified above, and > after rectifying that design flaw I believe (at least for my simple > test > case) this error should be fixed. Please let me know if you > continue to > run into this problem with the byte-compiled version of this macro. Yes, nothing has changed: it works fine when I run from source code, it breaks (same error message as before) if I do a "make" in my org directory before starting emacs. Sorry, Konrad.