Variable: org-todo-statistics-hook

org-todo-statistics-hook is a variable defined in org.el.gz.

Value

nil

Documentation

Hook that is run whenever Org thinks TODO statistics should be updated.

This hook runs even if there is no statistics cookie present, in which case org-after-todo-statistics-hook would not run.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-todo-statistics-hook nil
  "Hook that is run whenever Org thinks TODO statistics should be updated.
This hook runs even if there is no statistics cookie present, in which case
`org-after-todo-statistics-hook' would not run.")