Variable: org-tab-before-tab-emulation-hook
org-tab-before-tab-emulation-hook is a variable defined in org.el.gz.
Value
(org-tempo-complete-tag)
Documentation
Hook for functions to attach themselves to TAB.
See org-ctrl-c-ctrl-c-hook for more information.
This hook runs after every other options for TAB have been exhausted, but
before indentation and insertion takes place.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-tab-before-tab-emulation-hook nil
"Hook for functions to attach themselves to TAB.
See `org-ctrl-c-ctrl-c-hook' for more information.
This hook runs after every other options for TAB have been exhausted, but
before indentation and \t insertion takes place.")