Variable: org-todo-setup-filter-hook
org-todo-setup-filter-hook is a variable defined in org.el.gz.
Value
nil
Documentation
Hook for functions that pre-filter todo specs.
Each function takes a todo spec and returns either nil or the spec transformed into canonical form.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-todo-setup-filter-hook nil
"Hook for functions that pre-filter todo specs.
Each function takes a todo spec and returns either nil or the spec
transformed into canonical form." )