Function: org-persist-read:url

org-persist-read:url is a byte-compiled function defined in org-persist.el.gz.

Signature

(org-persist-read:url _ PATH _)

Documentation

Read file container from PATH.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-persist.el.gz
(defun org-persist-read:url (_ path __)
  "Read file container from PATH."
  (when (and path (file-exists-p (org-file-name-concat org-persist-directory path)))
    (org-file-name-concat org-persist-directory path)))