emacs-orgmode
[Top][All Lists]
Advanced

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

Re: org-persist - bug report


From: Ihor Radchenko
Subject: Re: org-persist - bug report
Date: Thu, 21 Oct 2021 23:11:40 +0800

Colin Baxter 😺 <m43cap@yandex.com> writes:

>     > M-x org-lint
>
>     > Debugger entered--Lisp error: (error "Variable binding depth
>     > exceeds max-specpdl-size") ...  org-filename-concat
>
> I can reproduce that. Then emacs just hangs. I have the latest org-mode.

Thanks for another confirmation. I tried harder to reproduce and I
managed to. There is no problem on Emacs 28, but I can see the error
using Emacs 26.3. I used the following command line from inside the Git
folder to run Emacs (debug.org is the provided minimal file):

emacs -Q -L ./lisp -l org  /tmp/debug.org

Interestingly, the following does not produce error:

emacs -Q -L ./lisp -l org -l org-lint /tmp/debug.org

So, there is something strange about loading org-lint library.
I tried to instrument org-lint, but
M-x debug-on-entry <RET> org-lint <RET> M-x org-lint <RET> somehow did
not trigger the debugger.

I am confused here. Can someone knowledgeable about Emacs load
mechanisms provide any clue about what may be happening?

Best,
Ihor



reply via email to

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