[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: org-persist - not wanted.
From: |
Colin Baxter |
Subject: |
Re: org-persist - not wanted. |
Date: |
Wed, 20 Dec 2023 14:22:02 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (gnu/linux) |
>>>>> Colin Baxter <m43cap@yandex.com> writes:
> I find a file called "gc-lock.eld" has been deposited un-requested
> and un-wanted in ~/.emacs.d/org-persist.
> I had thought I had disabled org-persist with the following
> (setq org-persist-disable-when-emacs-Q t) (defun
> me/advice--org-persist (old-fn &rest args) (let (user-init-file)
> (apply old-fn args))) (advice-add 'org-persist-write :around
> #'me/advice--org-persist) (advice-add 'org-persist-read :around
> #'me/advice--org-persist) (advice-add 'org-persist-gc :around
> #'me/advice--org-persist)
> This had worked fine until today. How do I now stop org-persist
> depositing this - and maybe other -files. I do not want them.
> I am using emacs-30.0.50 and Org mode version 9.7-pre
> (release_9.6.13-998-g571186).
Ignore my rant. I cannot reproduce this so it looks to be spurious.