Variable: org-todo-repeat-hook
org-todo-repeat-hook is a customizable variable defined in org.el.gz.
Value
nil
Documentation
Hook that is run after a task has been repeated.
This variable was added, or its default value changed, in Org version
9.2.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-todo-repeat-hook nil
"Hook that is run after a task has been repeated."
:package-version '(Org . "9.2")
:group 'org-todo
:type 'hook)