Variable: org-tab-after-check-for-cycling-hook
org-tab-after-check-for-cycling-hook is a variable defined in
org.el.gz.
Value
nil
Documentation
Hook for functions to attach themselves to TAB.
See org-ctrl-c-ctrl-c-hook for more information.
This hook runs after it has been established that not table field motion and
not visibility should be done because of current context. This is probably
the place where a package like yasnippets can hook in.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-tab-after-check-for-cycling-hook nil
"Hook for functions to attach themselves to TAB.
See `org-ctrl-c-ctrl-c-hook' for more information.
This hook runs after it has been established that not table field motion and
not visibility should be done because of current context. This is probably
the place where a package like yasnippets can hook in.")