Function: org-property-previous-allowed-value
org-property-previous-allowed-value is an interactive and
byte-compiled function defined in org.el.gz.
Signature
(org-property-previous-allowed-value &optional PREVIOUS)
Documentation
Switch to the next allowed value for this property.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defun org-property-previous-allowed-value (&optional _previous)
"Switch to the next allowed value for this property."
(interactive)
(org-property-next-allowed-value t))