Colin Baxter 😺 <m43...@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