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)

Documentation

Load CONTAINER data for ASSOCIATED.

The arguments have the same meaning as in org-persist-read.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-persist.el.gz
(defun org-persist-load (container &optional associated hash-must-match)
  "Load CONTAINER data for ASSOCIATED.
The arguments have the same meaning as in `org-persist-read'."
  (org-persist-read container associated hash-must-match t))