From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: Re: Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil Date: Sun, 14 Nov 2010 20:13:34 +0100 Message-ID: <87lj4vvhup.wl%dmaus@ictsoc.de> 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 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="===============1581060316==" Return-path: Received: from [140.186.70.92] (port=59178 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHi1H-0000YL-Do for emacs-orgmode@gnu.org; Sun, 14 Nov 2010 14:13:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PHi1D-0004aF-1I for emacs-orgmode@gnu.org; Sun, 14 Nov 2010 14:13:43 -0500 Received: from mailout110.xlhost.de ([213.202.242.110]:37801 helo=mysql1.xlhost.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PHi1C-0004a0-P4 for emacs-orgmode@gnu.org; Sun, 14 Nov 2010 14:13:38 -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 , Konrad Hinsen , emacs-orgmode Mailinglist --===============1581060316== Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Sun_Nov_14_20:13:32_2010-1"; micalg=pgp-sha256; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit --pgp-sign-Multipart_Sun_Nov_14_20:13:32_2010-1 Content-Type: text/plain; charset=US-ASCII At Mon, 08 Nov 2010 09:45:25 -0500, Nick Dokos wrote: > Something to do with the compilation of the org-babel-map-src-blocks > macro, no doubt. I don't see it with uncompiled files. Not a solution, but some debugging showed that `org-babel-get-src-block-info' fails to get the info of the source block when run byte-compiled. If I change the last sexp of the function (when info (append info (list name indent))) to (if info (append info (list name indent)) (error "EMPTY INFO")) And run byte-compiled Org, the EMPTY INFO error is thrown before the invalid argument. Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber.... dmjena@jabber.org Email..... dmaus@ictsoc.de --pgp-sign-Multipart_Sun_Nov_14_20:13:32_2010-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iF4EABEIAAYFAkzgNNwACgkQma24O1pEeOZHMAEAsf+hLe3C9UdmFDbPfACzbaca 830FC35x7kmgkW0ovzkA/RgGRjs3Qc3sObjjkf/41OM+XMgwUPZovapcT1iYlVjK =UhZW -----END PGP SIGNATURE----- --pgp-sign-Multipart_Sun_Nov_14_20:13:32_2010-1-- --===============1581060316== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============1581060316==--