Variable: org-cycle-tab-first-hook
org-cycle-tab-first-hook is a variable defined in org-cycle.el.gz.
Value
(org-babel-hide-result-toggle-maybe
org-babel-header-arg-expand)
Documentation
Hook for functions to attach themselves to TAB.
See org-ctrl-c-ctrl-c-hook for more information.
This hook runs as the first action when TAB is pressed, even before
org-cycle messes around with the outline-regexp to cater for
inline tasks and plain list item folding.
If any function in this hook returns t, any other actions that
would have been caused by TAB (such as table field motion or visibility
cycling) will not occur.
Aliases
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-cycle.el.gz
(defvar org-cycle-tab-first-hook nil
"Hook for functions to attach themselves to TAB.
See `org-ctrl-c-ctrl-c-hook' for more information.
This hook runs as the first action when TAB is pressed, even before
`org-cycle' messes around with the `outline-regexp' to cater for
inline tasks and plain list item folding.
If any function in this hook returns t, any other actions that
would have been caused by TAB (such as table field motion or visibility
cycling) will not occur.")