From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregor Zattler Subject: [bug/regression]: org-babel-load-file gives error: wrong-type-argument listp "/home/grfz/.emacs.d/configuration.org" Date: Mon, 14 Jan 2019 18:13:41 +0100 Message-ID: <20190114171341.evndlhvio4kmgowu@len.workgroup> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gj5o7-00008V-Gy for emacs-orgmode@gnu.org; Mon, 14 Jan 2019 12:13:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gj5o6-0002Fj-HR for emacs-orgmode@gnu.org; Mon, 14 Jan 2019 12:13:51 -0500 Received: from mout.gmx.net ([212.227.17.21]:50859) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gj5o6-0002FL-7L for emacs-orgmode@gnu.org; Mon, 14 Jan 2019 12:13:50 -0500 Received: from len.workgroup ([46.94.156.245]) by mail.gmx.com (mrgmx103 [212.227.17.168]) with ESMTPSA (Nemesis) id 0Ln8gj-1hAl3X2wJh-00hKNA for ; Mon, 14 Jan 2019 18:13:46 +0100 Content-Disposition: inline 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" To: emacs-orgmode 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(# 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(# 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 () #) #f(compiled-function () #) t) command-line() normal-top-level()