Dear org-mode developers, I did a git pull half an hour ago, now I cannot org-babel-load-file my configuration.org any more. Normally I use emacs as of git master but the (slightly different) error also occours with emacs 25.1.1 (as of currents debian stable) (see below).
I did a git bisect on the org repo and got this: ba321d0e44b34840466dd386223f702615ff8562 is the first bad commit Thanks for your attention and your work on org-mode, Gregor emacs 251.1: File Edit Options Buffers Tools Debugger Help Debugger entered--Lisp error: (wrong-type-argument listp "/home/grfz/.emacs.d/configuration.org") nth(5 "/home/grfz/.emacs.d/configuration.org") file-attribute-modification-time("/home/grfz/.emacs.d/configuration.org") (org-file-newer-than-p tangled-file (file-attribute-modification-time file)) (if (org-file-newer-than-p tangled-file (file-attribute-modification-time file)) nil (org-babel-tangle-file file tangled-file "emacs-lisp")) (let* ((tangled-file (concat (file-name-sans-extension file) ".el"))) (if (org-file-newer-than-p tangled-file (file-attribute-modification-time file)) nil (org-babel-tangle-file file tangled-file "emacs-lisp")) (if compile (progn (byte-$ org-babel-load-file("/home/grfz/.emacs.d/configuration.org") mapc(org-babel-load-file ("/home/grfz/.emacs.d/configuration.org")) eval-buffer(#<buffer *load*> nil "/home/grfz/.emacs.d/init.el" nil t) ; Reading at buffer position 7565 load-with-code-conversion("/home/grfz/.emacs.d/init.el" "/home/grfz/.emacs.d/init.el" t t) load("/home/grfz/.emacs.d/init" t t) #[0 "^H\205\266^@ \306=\203^Q^@\307^H\310Q\202?^@ \311=\204^^^@\307^H\312Q\202?^@\313\307\314\315#\203*^@\316\202?^@\313\307\314\317#\203>^@\320\321\322!D\nB^R\323\202?^@\316\324^S\325^A\324\211#\210^K\324=\203e^@\326\327\330\307^H\$ command-line() normal-top-level() emacs 27: Debugger entered--Lisp error: (wrong-type-argument listp "/home/grfz/.emacs.d/configuration.org") file-attribute-modification-time("/home/grfz/.emacs.d/configuration.org") (org-file-newer-than-p tangled-file (file-attribute-modification-time file)) (if (org-file-newer-than-p tangled-file (file-attribute-modification-time file)) nil (org-babel-tangle-file file tangled-file "emacs-lisp")) (let* ((tangled-file (concat (file-name-sans-extension file) ".el"))) (if (org-file-newer-than-p tangled-file (file-attribute-modification-time file)) nil (org-babel-tangle-file file tangled-file "emacs-lisp")) (if compile (progn (byte-$ org-babel-load-file("/home/grfz/.emacs.d/configuration.org") mapc(org-babel-load-file ("/home/grfz/.emacs.d/configuration.org")) eval-buffer(#<buffer *load*> nil "/home/grfz/.emacs.d/init.el" nil t) ; Reading at buffer position 7565 load-with-code-conversion("/home/grfz/.emacs.d/init.el" "/home/grfz/.emacs.d/init.el" t t) load("/home/grfz/.emacs.d/init" noerror nomessage) load-user-init-file(#f(compiled-function () #<bytecode 0x25f165>) #f(compiled-function () #<bytecode 0x25f1cd>) t) command-line() normal-top-level()