On 21/10/2021 02:04, Colin Baxter 😺 wrote:
The max-specpdl-size error has happened again when I tried to add a note
to an agenda item. Emacs hung and had to be killed. The debugger buffer
was empty and the only other information given was the message:
mapc: Lisp nesting exceeds `max-lisp-eval-depth'
Ihor, I have seen your instructions for more debug info, but I have not
tried them yet. In the meanwhile I have tracked my problem down to to
the following minimal file
--- >8 ---
#+begin_example org
,* H
#+end_example
--- 8< ---
M-x org-lint
Debugger entered--Lisp error: (error "Variable binding depth exceeds
max-specpdl-size")
...
org-filename-concat
Actually I can not update another example block after editing it in a
special buffer (C-c C-').
commit a149fdd5699b9279846fb11184529f8cf47b36b5
Author: Ihor Radchenko <yanta...@gmail.com>
Date: Thu Oct 21 16:50:10 2021 +0800
Emacs 1.26.3
Another observation:
C-c * on a line to make it a header causes the following warning:
Warning (emacs): org-element--cache: Unregistered buffer modifications
detected. Resetting
The buffer is: example.org
Current command: nil
Feel free to response to another thread, there are several ones for
problems with new cache.