Function: org-agenda-todo-previousset
org-agenda-todo-previousset is an interactive and byte-compiled
function defined in org-agenda.el.gz.
Signature
(org-agenda-todo-previousset)
Documentation
Switch TODO entry to previous sequence.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-agenda-todo-previousset ()
"Switch TODO entry to previous sequence."
(interactive)
(org-agenda-todo 'previousset))