Variable: org-tab-after-check-for-table-hook
org-tab-after-check-for-table-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 the cursor is not in a
table, but before checking if the cursor is in a headline or if global cycling
should be done.
If any function in this hook returns t, not other actions like visibility
cycling will be done.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-tab-after-check-for-table-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 the cursor is not in a
table, but before checking if the cursor is in a headline or if global cycling
should be done.
If any function in this hook returns t, not other actions like visibility
cycling will be done.")