Function: org-agenda-todo-nextset

org-agenda-todo-nextset is an interactive and byte-compiled function defined in org-agenda.el.gz.

Signature

(org-agenda-todo-nextset)

Documentation

Switch TODO entry to next sequence.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-agenda-todo-nextset ()
  "Switch TODO entry to next sequence."
  (interactive)
  (org-agenda-todo 'nextset))