Michael Powe <po...@ctpowe.net> writes: > This error occurred on startup. I was using my notes.org file earlier > today, without error. I think I did subsequently do a 'git pull && > make', though.
Thanks for the report! > Warning (org-element-cache): org-element--cache: Org parser error in > notes.org::10472. Resetting. > The error was: (error "Invalid search bound (wrong side of point)") This error indicates some hidden issue with cache update during previous Emacs session. Can you set org-element--cache-self-verify to 'backtrace and increase the value of org-element--cache-self-verify-frequency to a value between 0.05 and 0.2 in your config? The larger is better, but feel free to use the smaller value if you experience significant performance slowdown. Then, if you see a cache warning again, please report the warning text in the reply. The warning will contain a lot of debugging info, which will hopefully provide clues to what went wrong. Best, Ihor