emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Gregor Zattler <telegraph@gmx.net>
To: emacs-orgmode <emacs-orgmode@gnu.org>
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	[thread overview]
Message-ID: <20190114171341.evndlhvio4kmgowu@len.workgroup> (raw)

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()  

             reply	other threads:[~2019-01-14 17:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-14 17:13 Gregor Zattler [this message]
2019-01-14 21:54 ` [bug/regression]: org-babel-load-file gives error: wrong-type-argument listp "/home/grfz/.emacs.d/configuration.org" Kyle Meyer
2019-01-14 22:10   ` Kyle Meyer
2019-01-14 22:38     ` Gregor Zattler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190114171341.evndlhvio4kmgowu@len.workgroup \
    --to=telegraph@gmx.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).