From: Konrad Hinsen <konrad.hinsen@fastmail.net>
To: Eric Schulte <schulte.eric@gmail.com>
Cc: Ista Zahn <izahn@psych.rochester.edu>,
emacs-orgmode Mailinglist <emacs-orgmode@gnu.org>
Subject: Re: Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil
Date: Mon, 8 Nov 2010 14:58:04 +0100 [thread overview]
Message-ID: <12A10080-909D-4C02-8081-2AAD03C2D113@fastmail.net> (raw)
In-Reply-To: <87vd48ncwf.fsf@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 493 bytes --]
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.
[-- Attachment #2: test.org --]
[-- Type: application/octet-stream, Size: 294 bytes --]
* 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
[-- Attachment #3: Type: text/plain, Size: 201 bytes --]
_______________________________________________
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
next prev parent reply other threads:[~2010-11-08 13:57 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-02 16:09 Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil Ista Zahn
2010-11-08 13:35 ` Konrad Hinsen
2010-11-08 13:49 ` Eric Schulte
2010-11-08 13:58 ` Konrad Hinsen [this message]
2010-11-08 14:21 ` Eric S Fraga
2010-11-08 14:45 ` Nick Dokos
2010-11-08 14:53 ` Konrad Hinsen
2010-11-14 19:13 ` David Maus
2010-11-18 0:07 ` Eric Schulte
2010-11-18 18:58 ` Konrad Hinsen
2010-11-19 7:46 ` Nick Dokos
2010-11-19 8:19 ` Eric Schulte
2010-11-19 8:48 ` Konrad Hinsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=12A10080-909D-4C02-8081-2AAD03C2D113@fastmail.net \
--to=konrad.hinsen@fastmail.net \
--cc=emacs-orgmode@gnu.org \
--cc=izahn@psych.rochester.edu \
--cc=schulte.eric@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).