emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [bug/regression]: org-babel-load-file gives error: wrong-type-argume


From: Gregor Zattler
Subject: [O] [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

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^@     address@hidden@ 
address@hidden@address@hidden@\313\307\314\317#\203>address@hidden@address@hidden
  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 via email to

[Prev in Thread] Current Thread [Next in Thread]