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