Explorar o código

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.
Ihor Radchenko %!s(int64=3) %!d(string=hai) anos
pai
achega
26878e28e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-persist.el

+ 1 - 1
lisp/org-persist.el

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