emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil
@ 2010-11-02 16:09 Ista Zahn
  2010-11-08 13:35 ` Konrad Hinsen
  0 siblings, 1 reply; 13+ messages in thread
From: Ista Zahn @ 2010-11-02 16:09 UTC (permalink / raw)
  To: emacs-orgmode Mailinglist

Hi,
I recently upgraded to version 7.3 (from 7.01), and discovered that
org-babel-execute-buffer no longer works, returning "Wrong type
argument: consp, nil". This behavior is exists even with the simplest
of examples, such as

#+begin_src R
2+2
#+end_src

and persists even when I reduce my .emacs file down to a bare minimum of

;;Set up org mode
(require 'org-install)
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(define-key global-map "\C-cl" 'org-store-link)
(define-key global-map "\C-ca" 'org-agenda)
;; Enable R, latex, lisp support
(org-babel-do-load-languages
 'org-babel-load-languages
 '((R . t)
   (latex . t)))

org-babel-execute-src_block works. If all blocks have been evaluated,
then running org-babel-execute-buffer  works (even if  a block has
changed), although it returns a message saying "Invalid function:
org-babel-map-src-blocks" (I don't know if this is related or not). In
other words, org-babel-execute-buffer works to update blocks that have
previously been evaluated, but fails when the buffer contains
unevaluated blocks.

This is with org version 7.3, and I get the same behavior using emacs
version 23.2.1 and emacs version 24.0.50.1

Any help will be appreciated.

Best,
-- 
Ista Zahn
Graduate student
University of Rochester
Department of Clinical and Social Psychology
http://yourpsyche.org

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-11-19  8:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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).