emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-persist - not wanted.
@ 2023-12-20 13:25 Colin Baxter
  2023-12-20 14:22 ` Colin Baxter
  2023-12-20 18:08 ` Ihor Radchenko
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Baxter @ 2023-12-20 13:25 UTC (permalink / raw)
  To: emacs-orgmode


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

--8<---------------cut here---------------start------------->8---
(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)
--8<---------------cut here---------------end--------------->8---

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).

Best wishes, Colin Baxter.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-20 18:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-20 13:25 org-persist - not wanted Colin Baxter
2023-12-20 14:22 ` Colin Baxter
2023-12-20 18:08 ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).