Re: [BUG] org-element-cache [9.5.4 (release_9.5.4-766-gf3f60e @ /home/boudiccas/git/org-mode/lisp/)]

2022-09-05 Thread Ihor Radchenko
Sharon Kimble writes: >> You can then try: >> 1. Run clean Emacs version by running "make repro" from Org repository >>and try to reproduce the issue. > > This created a new instance of emacs, which showed this in its > '*compile-log*' - Let me clarify what I was referring to. "make

Re: [BUG] org-element-cache [9.5.4 (release_9.5.4-766-gf3f60e @ /home/boudiccas/git/org-mode/lisp/)]

2022-09-04 Thread Sharon Kimble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ihor Radchenko writes: > Sharon Kimble writes: > >>> Can you please check if you are using some third-party package that are >>> modifying the buffer on save? >> >> I've found this, but I don't know if this is what you're meaning? >> >> ===

Re: [BUG] org-element-cache [9.5.4 (release_9.5.4-766-gf3f60e @ /home/boudiccas/git/org-mode/lisp/)]

2022-09-04 Thread Ihor Radchenko
Sharon Kimble writes: >> Can you please check if you are using some third-party package that are >> modifying the buffer on save? > > I've found this, but I don't know if this is what you're meaning? > > === > #+BEGIN_SRC emacs-lisp > (defun force-backup-of-buffer () > (setq

Re: [BUG] org-element-cache [9.5.4 (release_9.5.4-766-gf3f60e @ /home/boudiccas/git/org-mode/lisp/)]

2022-09-04 Thread Sharon Kimble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ihor Radchenko writes: > Sharon Kimble writes: > >>> Could you please add >>> >>> (setq org-element--cache-self-verify 'backtrace >>> org-element--cache-self-verify-frequency 1.0) >>> >>> to your config and then try to reproduce the issue.

Re: [BUG] org-element-cache [9.5.4 (release_9.5.4-766-gf3f60e @ /home/boudiccas/git/org-mode/lisp/)]

2022-09-04 Thread Ihor Radchenko
Sharon Kimble writes: >> Could you please add >> >> (setq org-element--cache-self-verify 'backtrace >> org-element--cache-self-verify-frequency 1.0) >> >> to your config and then try to reproduce the issue. >> Then, report the backtrace. > > As follows but rather long I'm afraid. Thanks!

Re: [BUG] org-element-cache [9.5.4 (release_9.5.4-766-gf3f60e @ /home/boudiccas/git/org-mode/lisp/)]

2022-09-04 Thread Ihor Radchenko
Sharon Kimble writes: > My file keeps locking on me whilst doing a background save, with this error > report - > > === > ■ Warning (org-element-cache): org-element--cache: (nil) Cached element is > incorrect in jwm.org. (Cache tic up to date: "yes") Resetting. Thanks for reporting!

[BUG] org-element-cache [9.5.4 (release_9.5.4-766-gf3f60e @ /home/boudiccas/git/org-mode/lisp/)]

2022-09-04 Thread Sharon Kimble
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.