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

* Re: org-persist - not wanted.
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Colin Baxter @ 2023-12-20 14:22 UTC (permalink / raw)
  To: emacs-orgmode

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



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

* Re: org-persist - not wanted.
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Ihor Radchenko @ 2023-12-20 18:08 UTC (permalink / raw)
  To: m43cap; +Cc: emacs-orgmode

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

Please note that disabling org-persist is not officially supported and
can be broken any moment. Like it appeared to happen for you after
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=5a5ec1b320512f5e97f72668abc13447567fdd35

In future, I may implement some options to, say, set org-persist save
the data alongside with .org file. For now, it is a centralized place.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


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