* [bug/regression]: org-babel-load-file gives error: wrong-type-argument listp "/home/grfz/.emacs.d/configuration.org"
@ 2019-01-14 17:13 Gregor Zattler
2019-01-14 21:54 ` Kyle Meyer
0 siblings, 1 reply; 4+ messages in thread
From: Gregor Zattler @ 2019-01-14 17:13 UTC (permalink / raw)
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(#<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()
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [bug/regression]: org-babel-load-file gives error: wrong-type-argument listp "/home/grfz/.emacs.d/configuration.org"
2019-01-14 17:13 [bug/regression]: org-babel-load-file gives error: wrong-type-argument listp "/home/grfz/.emacs.d/configuration.org" Gregor Zattler
@ 2019-01-14 21:54 ` Kyle Meyer
2019-01-14 22:10 ` Kyle Meyer
0 siblings, 1 reply; 4+ messages in thread
From: Kyle Meyer @ 2019-01-14 21:54 UTC (permalink / raw)
To: Gregor Zattler, emacs-orgmode
Gregor Zattler <telegraph@gmx.net> writes:
> 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
Sorry, that certainly looks to be my fault (specifically, my conflict
resolution merging maint's d64c9a996). I'll have a look.
--
Kyle
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [bug/regression]: org-babel-load-file gives error: wrong-type-argument listp "/home/grfz/.emacs.d/configuration.org"
2019-01-14 21:54 ` Kyle Meyer
@ 2019-01-14 22:10 ` Kyle Meyer
2019-01-14 22:38 ` Gregor Zattler
0 siblings, 1 reply; 4+ messages in thread
From: Kyle Meyer @ 2019-01-14 22:10 UTC (permalink / raw)
To: Gregor Zattler, emacs-orgmode
Kyle Meyer <kyle@kyleam.com> writes:
> Gregor Zattler <telegraph@gmx.net> writes:
[...]
>> I did a git bisect on the org repo and got this:
>> ba321d0e44b34840466dd386223f702615ff8562 is the first bad commit
>
> Sorry, that certainly looks to be my fault (specifically, my conflict
> resolution merging maint's d64c9a996). I'll have a look.
Fixed by baa98a4a6fe93dd99fb624ad218fb3e1868cfde3.
--
Kyle
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [bug/regression]: org-babel-load-file gives error: wrong-type-argument listp "/home/grfz/.emacs.d/configuration.org"
2019-01-14 22:10 ` Kyle Meyer
@ 2019-01-14 22:38 ` Gregor Zattler
0 siblings, 0 replies; 4+ messages in thread
From: Gregor Zattler @ 2019-01-14 22:38 UTC (permalink / raw)
To: emacs-orgmode
Hi Kyle, org-mode developers,
* Kyle Meyer <kyle@kyleam.com> [2019-01-14; 17:10]:
> Kyle Meyer <kyle@kyleam.com> writes:
>> Gregor Zattler <telegraph@gmx.net> writes:
> [...]
>
>>> I did a git bisect on the org repo and got this:
>>> ba321d0e44b34840466dd386223f702615ff8562 is the first bad commit
>>
>> Sorry, that certainly looks to be my fault (specifically, my conflict
>> resolution merging maint's d64c9a996). I'll have a look.
>
> Fixed by baa98a4a6fe93dd99fb624ad218fb3e1868cfde3.
Thank you very much for the quick fix. It works again.
Ciao; Gregor
--
-... --- .-. . -.. ..--.. ...-.-
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-01-14 22:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-14 17:13 [bug/regression]: org-babel-load-file gives error: wrong-type-argument listp "/home/grfz/.emacs.d/configuration.org" Gregor Zattler
2019-01-14 21:54 ` Kyle Meyer
2019-01-14 22:10 ` Kyle Meyer
2019-01-14 22:38 ` Gregor Zattler
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).