Variable: org-persist--index-hash
org-persist--index-hash is a variable defined in org-persist.el.gz.
Value
#s(hash-table test equal data
((((index "3.2")))
(:container ((index "3.2")) :persist-file
"66/edd9bf-3761-4188-8621-7f2303716a1f"
:associated nil :expiry never)
((index "3.2"))
(:container ((index "3.2")) :persist-file
"66/edd9bf-3761-4188-8621-7f2303716a1f"
:associated nil :expiry never)))
Documentation
Hash table storing org-persist--index. Used for quick access.
The keys are conses of (container . associated).
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-persist.el.gz
(defvar org-persist--index-hash nil
"Hash table storing `org-persist--index'. Used for quick access.
The keys are conses of (container . associated).")