[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: org-persist
From: |
Ihor Radchenko |
Subject: |
Re: org-persist |
Date: |
Wed, 20 Oct 2021 14:55:33 +0800 |
Colin Baxter 😺 <m43cap@yandex.com> writes:
> Thank you. I cloned org-mode afresh and got the same warning during
> 'make' - I presume that too is now fixed.
The warning should never appear now. I removed it completely.
> > Note that org-persist is enabled by default together with
> > org-element-cache. You can indeed disable it,
>
> How can I do this?
If you want to disable cache persistence, just set
`org-element-cache-persistent' to nil. It is documented in ORG-NEWS.
If you find ORG-NEWS not clear, please let me know. I will try to
improve the news record.
If you want to disable cache completely, you can set
`org-element-use-cache' to nil. However, I am hoping to make cache
enabled all the time in future. If you have specific reasons to avoid
org-element-cache, may you share them?
Best,
Ihor