From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ista Zahn Subject: Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil Date: Tue, 2 Nov 2010 12:09:17 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=48304 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDJQg-0004hg-5O for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 12:09:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDJQa-0005HL-SS for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 12:09:44 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:57992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDJQa-0005GM-Le for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 12:09:40 -0400 Received: by fxm2 with SMTP id 2so6309812fxm.0 for ; Tue, 02 Nov 2010 09:09:39 -0700 (PDT) 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: 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