emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Got an org-element warning: How to report?


From: Ihor Radchenko
Subject: Re: Got an org-element warning: How to report?
Date: Mon, 27 Jun 2022 19:38:38 +0800

Gregor Zattler <telegraph@gmx.net> writes:

>> Are you seeing the same warning? ("Invalid search bound ...")
>
> no, it's
>
> Cached element is incorrect in xxx.org. (Cache tic up to date: "yes") 
> Resetting.
>
> The element is: "(headline (:raw-value....
>  The real element is: "(fixed-width (:begin...
>  Cache around :begin:
> (headline (:raw-value...
>
>
> And there is no backtrace, I'm still working in this Emacs
> session at the moment.

This one is tricky. I can only try to do something if you observe the
warning frequently.

If you do, you can add
(setq org-element--cache-self-verify 'backtrace)
(setq org-element--cache-self-verify-frequency 1.0)

to your config and later share (possibly privately) the backtrace.

Backtrace is not recorded by default because it slows things down.

Best,
Ihor



reply via email to

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