From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: [bug] org-babel-load-file Date: Fri, 31 Aug 2012 11:31:14 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7NZQ-0004hW-Ml for emacs-orgmode@gnu.org; Fri, 31 Aug 2012 05:31:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T7NZM-0006PZ-V6 for emacs-orgmode@gnu.org; Fri, 31 Aug 2012 05:31:20 -0400 Received: from mail-lpp01m010-f41.google.com ([209.85.215.41]:36943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7NZM-0006PU-Na for emacs-orgmode@gnu.org; Fri, 31 Aug 2012 05:31:16 -0400 Received: by lahd3 with SMTP id d3so2291730lah.0 for ; Fri, 31 Aug 2012 02:31:15 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Hi all With emacs -q and today=92s release_7.9-176-g2939333 I get =93Wrong type argument: arrayp, nil=94 after org-babel-load-file with this file: #+BEGIN_SRC org ,* TODO , #+BEGIN_SRC emacs-lisp , (message "any") , #+END_SRC #+END_SRC Michael