Variable: org-blocker-hook
org-blocker-hook is a variable defined in org.el.gz.
Value
nil
Documentation
Hook for functions that are allowed to block a state change.
Functions in this hook should not modify the buffer.
Each function gets as its single argument a property list,
see org-trigger-hook for more information about this list.
If any of the functions in this hook returns nil, the state change is blocked.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-blocker-hook nil
"Hook for functions that are allowed to block a state change.
Functions in this hook should not modify the buffer.
Each function gets as its single argument a property list,
see `org-trigger-hook' for more information about this list.
If any of the functions in this hook returns nil, the state change
is blocked.")