Re: org-persist warning when archiving

2021-10-29 Thread Colin Baxter 
> Ihor Radchenko writes: > Colin Baxter  writes: >> Hi Ihor, >> >> My ECM is as follows. I'm using GNU-Linux and emacs-28.0.60. > Thanks! I was able to reproduce on my system. Should be fixed on > main via 9f87b1cc3. Yes, I can confirm the problem is fixed for

Re: org-persist warning when archiving

2021-10-29 Thread Ihor Radchenko
Colin Baxter  writes: > Hi Ihor, > > My ECM is as follows. I'm using GNU-Linux and emacs-28.0.60. Thanks! I was able to reproduce on my system. Should be fixed on main via 9f87b1cc3. Best, Ihor

Re: org-persist warning when archiving

2021-10-29 Thread Colin Baxter 
Hi Ihor, My ECM is as follows. I'm using GNU-Linux and emacs-28.0.60. 1. Delete any existing org-persist directory. 2. mkdir ~/a 3. emacs -Q 4. Evaluate path to latest org-mode. I enter (add-to-list 'load-path (expand-file-name "~/path/to/git/org-mode/lisp")) in the scratch buffer and do

Re: org-persist warning when archiving

2021-10-28 Thread Ihor Radchenko
Colin Baxter  writes: > I have now discovered what is causing the org-persist warnings. It is > because my org-agenda files have local variables present. If I remove > the local variables, the warnings disappear. Do you mean file-local? Can you provide a minimal Org file example? I also have

Re: org-persist warning when archiving

2021-10-28 Thread Colin Baxter 
I have now discovered what is causing the org-persist warnings. It is because my org-agenda files have local variables present. If I remove the local variables, the warnings disappear. Best wishes, Colin.

Re: org-persist warning when archiving

2021-10-28 Thread Colin Baxter 
> Ihor Radchenko writes: > Colin Baxter  writes: >> Ok, I now applied your patch and remade org-mode. Unfortunately, >> I don't see any change. I still get the warning on all the >> archive commands: org-agenda-archive-default, org-agenda-archive >> and

Re: org-persist warning when archiving

2021-10-27 Thread Ihor Radchenko
Colin Baxter  writes: > Ok, I now applied your patch and remade org-mode. Unfortunately, I don't > see any change. I still get the warning on all the archive commands: > org-agenda-archive-default, org-agenda-archive and > org-agenda-archive-default-with-confirmation. I've appended the warning

Re: org-persist warning when archiving

2021-10-26 Thread Colin Baxter 
Hi Ihor, > Ihor Radchenko writes: > Colin Baxter  writes: >> I'm running Org mode version 9.5 (release_9.5-178-gcf8906) on >> emacs-28.0.60. Unfortunately, I could not apply your patch >> ('patch would not apply') using either 'git apply /path/to/patch' >> or 'git a

Re: org-persist warning when archiving

2021-10-26 Thread Ihor Radchenko
Colin Baxter  writes: > I'm running Org mode version 9.5 (release_9.5-178-gcf8906) on > emacs-28.0.60. Unfortunately, I could not apply your patch ('patch would > not apply') using either 'git apply /path/to/patch' or 'git a > /path/to/patch'. Oops. Try the updated patch. The old one was based

Re: org-persist warning when archiving

2021-10-26 Thread Colin Baxter 
Hi Thor, > Ihor Radchenko writes: > Colin Baxter  writes: >> > Hello, Whenever I archive a DONE item via 'C-c C-x C-a' I get >> the > warning: >> >> > Warning (emacs): org-element--cache: Unregistered buffer > >> modifications detected. Resetting. >> >> >

Re: org-persist warning when archiving

2021-10-26 Thread Ihor Radchenko
Colin Baxter  writes: > > Hello, Whenever I archive a DONE item via 'C-c C-x C-a' I get the > > warning: > > > Warning (emacs): org-element--cache: Unregistered buffer > > modifications detected. Resetting. > > > The archiving is successful, but I keep getting the warning

Re: org-persist warning when archiving

2021-10-26 Thread Colin Baxter 
> Colin Baxter  writes: > Hello, Whenever I archive a DONE item via 'C-c C-x C-a' I get the > warning: > Warning (emacs): org-element--cache: Unregistered buffer > modifications detected. Resetting. > The archiving is successful, but I keep getting the warning and