Hi all
release_8.2.1-108-gaf80144
commit af80144976cef9e5630a33f85f05a8dfc07f55d4
Author: Eric Schulte <[email protected]>
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