[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] Warning when trying to format code in org mode. [9.7 (9.7-??-5
From: |
Ihor Radchenko |
Subject: |
Re: [BUG] Warning when trying to format code in org mode. [9.7 (9.7-??-57b94f344 @ /Users/russell/.emacs.d/.local/straight/build-29.1/org/)] |
Date: |
Thu, 04 Jan 2024 14:57:02 +0000 |
Russell Helmstedter <rhelmstedter@gmail.com> writes:
> I received the following warning:
>
> #+begin_example
> ⛔ Warning (org-element): org-element--cache: Org parser error in
> silent-board-game.org::1697. Resetting.
> The error was: (error "Invalid search bound (wrong side of point)")
> Backtrace:
> nil
> Please report this to Org mode mailing list (M-x org-submit-bug-report).
> #+end_example
Thanks for reporting!
May you please add
(setq org-element--cache-self-verify 'backtrace)
(setq org-element--cache-self-verify-frequency 1.0)
to your config and then try to reproduce the problem again?
Org mode should then produce a detailed log of what is happening in the
*Warnings* buffer.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>