Variable: org-checkbox-statistics-hook

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

Value

nil

Documentation

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

This hook runs even if checkbox rule in org-list-automatic-rules does not apply, so it can be used to implement alternative ways of collecting statistics information.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-list.el.gz
(defvar org-checkbox-statistics-hook nil
  "Hook that is run whenever Org thinks checkbox statistics should be updated.
This hook runs even if checkbox rule in
`org-list-automatic-rules' does not apply, so it can be used to
implement alternative ways of collecting statistics
information.")