Function: hsys-org-todo-cycle
hsys-org-todo-cycle is a byte-compiled function defined in
hsys-org.el.
Signature
(hsys-org-todo-cycle)
Documentation
Call org-todo and set as this-command to cycle through all states.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hsys-org.el
(defun hsys-org-todo-cycle ()
"Call `org-todo' and set as `this-command' to cycle through all states."
(setq this-command 'org-todo)
(org-todo))