Browse Source

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 2 năm trước cách đây
mục cha
commit
26878e28e7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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