Variable: org-property-set-functions-alist
org-property-set-functions-alist is a variable defined in org.el.gz.
Value
nil
Documentation
Property set function alist.
Each entry should have the following format:
(PROPERTY . READ-FUNCTION)
The read function will be called with the same argument as
org-completing-read.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-property-set-functions-alist nil
"Property set function alist.
Each entry should have the following format:
(PROPERTY . READ-FUNCTION)
The read function will be called with the same argument as
`org-completing-read'.")