mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-01 08:17:34 +00:00
org-persist: Bump storage version to ignore bugged persisted data
* lisp/org-persist.el (org-persist--storage-version): Bump version to avoid loading recently broken persisted element cache.
This commit is contained in:
parent
aa5bc2c760
commit
26878e28e7
@ -158,7 +158,7 @@
|
||||
(declare-function org-at-heading-p "org" (&optional invisible-not-ok))
|
||||
|
||||
|
||||
(defconst org-persist--storage-version "2.4"
|
||||
(defconst org-persist--storage-version "2.5"
|
||||
"Persistent storage layout version.")
|
||||
|
||||
(defgroup org-persist nil
|
||||
|
Loading…
Reference in New Issue
Block a user