Function: org-persist-load
org-persist-load is a byte-compiled function defined in
org-persist.el.gz.
Signature
(org-persist-load CONTAINER &optional ASSOCIATED HASH-MUST-MATCH &key READ-RELATED)
Documentation
Load CONTAINER data for ASSOCIATED.
The arguments CONTAINER, ASSOCIATED, HASH-MUST-MATCH, and READ-RELATED
have the same meaning as in org-persist-read.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-persist.el.gz
(cl-defun org-persist-load (container &optional associated hash-must-match &key read-related)
"Load CONTAINER data for ASSOCIATED.
The arguments CONTAINER, ASSOCIATED, HASH-MUST-MATCH, and READ-RELATED
have the same meaning as in `org-persist-read'."
(org-persist-read container associated hash-must-match t :read-related read-related))