Skip to content

Commit 26878e2

Browse files
committed
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.
1 parent aa5bc2c commit 26878e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/org-persist.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
(declare-function org-at-heading-p "org" (&optional invisible-not-ok))
159159

160160

161-
(defconst org-persist--storage-version "2.4"
161+
(defconst org-persist--storage-version "2.5"
162162
"Persistent storage layout version.")
163163

164164
(defgroup org-persist nil

0 commit comments

Comments
 (0)