[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] incorrect cached element under native-comp [9.5.4 (9.5.4-ga8b3
From: |
Ihor Radchenko |
Subject: |
Re: [BUG] incorrect cached element under native-comp [9.5.4 (9.5.4-ga8b322 @ /Users/jabrahms/.emacs.d/straight/build/org/)] |
Date: |
Tue, 14 Jun 2022 14:59:44 +0800 |
"Justin Abrahms" <justin@abrah.ms> writes:
> I saw this error when opening emacs.org via (counsel-find-file &optional
> INITIAL-INPUT INITIAL-DIRECTORY)
>
> Slightly different error now (same style, different element), but I didn't
> get a backtrace.
>
> https://gist.github.com/justinabrahms/4bc97379cb8d8e317ca98a1f09524a5c
Do you mean that you did the following:
1. (setq org-element--cache-self-verify 'backtrace)
2. (setq org-element--cache-self-verify-frequency 1.0)
3. Open emacs.org using counsel-find-file
4. Got the above backtrace?
Best,
Ihor