emacs-orgmode
[Top][All Lists]
Advanced

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

Re: org-persist - bug report


From: Max Nikulin
Subject: Re: org-persist - bug report
Date: Thu, 21 Oct 2021 19:25:44 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

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 <yantar92@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.




reply via email to

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