From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Regression of org-babel-load-file Date: Mon, 11 Nov 2013 18:52:27 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vfvf4-0007K1-7S for emacs-orgmode@gnu.org; Mon, 11 Nov 2013 12:52:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vfvf3-00017k-32 for emacs-orgmode@gnu.org; Mon, 11 Nov 2013 12:52:30 -0500 Received: from mail-lb0-x236.google.com ([2a00:1450:4010:c04::236]:46267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vfvf2-00017K-Rz for emacs-orgmode@gnu.org; Mon, 11 Nov 2013 12:52:29 -0500 Received: by mail-lb0-f182.google.com with SMTP id w6so3630109lbh.41 for ; Mon, 11 Nov 2013 09:52:27 -0800 (PST) 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 Cc: Eric Schulte Hi all release_8.2.1-108-gaf80144 commit af80144976cef9e5630a33f85f05a8dfc07f55d4 Author: Eric Schulte Date: Sat Oct 19 15:52:31 2013 -0600 tangle checks for COMMENT in parent headlines introduced a regression of org-babel-load-file ((wrong-type-argument stringp nil) string-match("^COMMENT" nil)) with a terse headline: ---------------------------------------- * TODO #+BEGIN_SRC emacs-lisp (message "") #+END_SRC ---------------------------------------- Emacs 24.3.2 (with -q). Michael