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 14:58:04 +0100 Message-ID: <12A10080-909D-4C02-8081-2AAD03C2D113@fastmail.net> References: <0D7DA87B-B899-4BBF-9DAC-A39F0DB9E141@fastmail.net> <87vd48ncwf.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: multipart/mixed; boundary=Apple-Mail-1--467644532 Return-path: Received: from [140.186.70.92] (port=37833 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFSEI-0005bd-Id for emacs-orgmode@gnu.org; Mon, 08 Nov 2010 08:57:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PFSEH-0000qx-6c for emacs-orgmode@gnu.org; Mon, 08 Nov 2010 08:57:50 -0500 Received: from dns2.synchrotron-soleil.fr ([195.221.0.6]:57833 helo=raclette.synchrotron-soleil.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PFSEH-0000qb-26 for emacs-orgmode@gnu.org; Mon, 08 Nov 2010 08:57:49 -0500 In-Reply-To: <87vd48ncwf.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: Ista Zahn , emacs-orgmode Mailinglist --Apple-Mail-1--467644532 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii 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. Konrad. --Apple-Mail-1--467644532 Content-Disposition: attachment; filename=test.org Content-Type: application/octet-stream; x-unix-mode=0644; name="test.org" Content-Transfer-Encoding: 7bit * Vacation days #+begin_src python :session :results silent days = 32+2+9 #+end_src ** Vacation <2010-10-28 Thu>-<2010-10-29 Fri> #+begin_src python :session :results silent days -= 2 #+end_src ** Remaining days #+begin_src python :session :results value days #+end_src #+results: : 41 --Apple-Mail-1--467644532 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 --Apple-Mail-1--467644532--