Variable: org-after-todo-state-change-hook
org-after-todo-state-change-hook is a customizable variable defined in
org.el.gz.
Value
nil
Documentation
Hook which is run after the state of a TODO item was changed.
The new state (a string with a TODO keyword, or nil) is available in the
Lisp variable org-state.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-after-todo-state-change-hook nil
"Hook which is run after the state of a TODO item was changed.
The new state (a string with a TODO keyword, or nil) is available in the
Lisp variable `org-state'."
:group 'org-todo
:type 'hook)