Variable: org-persist-before-read-hook
org-persist-before-read-hook is a variable defined in
org-persist.el.gz.
Value
(org-element--cache-persist-before-read)
Documentation
Abnormal hook ran before reading data.
The hook must accept the same arguments as org-persist-read.
The hooks will be evaluated until a hook returns non-nil.
If any of the hooks return non-nil, do not read the data.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-persist.el.gz
(defvar org-persist-before-read-hook nil
"Abnormal hook ran before reading data.
The hook must accept the same arguments as `org-persist-read'.
The hooks will be evaluated until a hook returns non-nil.
If any of the hooks return non-nil, do not read the data.")