Function: org-persist-load-all-buffer

org-persist-load-all-buffer is a byte-compiled function defined in org-persist.el.gz.

Signature

(org-persist-load-all-buffer)

Documentation

Call org-persist-load-all in current buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-persist.el.gz
(defun org-persist-load-all-buffer ()
  "Call `org-persist-load-all' in current buffer."
  (org-persist-load-all (current-buffer)))