emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 3b1e7af166 04/10: org-persist: Ensure index instant


From: ELPA Syncer
Subject: [elpa] externals/org 3b1e7af166 04/10: org-persist: Ensure index instantiated before read
Date: Sun, 11 Dec 2022 02:57:57 -0500 (EST)

branch: externals/org
commit 3b1e7af16634f974981588fa0a87eada219db66b
Author: TEC <git@tecosaur.net>
Commit: TEC <git@tecosaur.net>

    org-persist: Ensure index instantiated before read
    
    * lisp/org-persist.el (org-persist-read): If the index is empty at the
    start of `org-persist-read', load it before continuing.
---
 lisp/org-persist.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/org-persist.el b/lisp/org-persist.el
index 564fb1950b..f53eb53ec5 100644
--- a/lisp/org-persist.el
+++ b/lisp/org-persist.el
@@ -771,6 +771,7 @@ ASSOCIATED can be a plist, a buffer, or a string.
 A buffer is treated as (:buffer ASSOCIATED).
 A string is treated as (:file ASSOCIATED).
 When LOAD? is non-nil, load the data instead of reading."
+  (unless org-persist--index (org-persist--load-index))
   (setq associated (org-persist--normalize-associated associated))
   (setq container (org-persist--normalize-container container))
   (unless (and org-persist-disable-when-emacs-Q



reply via email to

[Prev in Thread] Current Thread [Next in Thread]