File: org-cycle.el.html
This file contains code controlling global folding state in buffer and TAB-cycling.
Defined variables (18)
org-cycle-emulate-tab | Where should ‘org-cycle’ emulate TAB. |
org-cycle-global-at-bob | Cycle globally if cursor is at beginning of buffer and not at a headline. |
org-cycle-hide-block-startup | Non-nil means entering Org mode will fold all blocks. |
org-cycle-hide-drawer-startup | Non-nil means entering Org mode will fold all drawers. |
org-cycle-hook | Hook that is run after ‘org-cycle’ has changed the buffer visibility. |
org-cycle-inline-images-display | Non-nil means auto display inline images under subtree when cycling. |
org-cycle-level-after-item/entry-creation | Non-nil means cycle entry level or item indentation in new empty entries. |
org-cycle-max-level | Maximum level which should still be subject to visibility cycling. |
org-cycle-open-archived-trees | Non-nil means ‘org-cycle’ will open archived trees. |
org-cycle-pre-hook | Hook that is run before visibility cycling is happening. |
org-cycle-scroll-position-to-restore | Temporarily store scroll position to restore. |
org-cycle-separator-lines | Number of empty lines needed to keep an empty line between collapsed trees. |
org-cycle-skip-children-state-if-no-children | Non-nil means skip CHILDREN state in entries that don’t have any. |
org-cycle-tab-first-hook | Hook for functions to attach themselves to TAB. |
org-hide-block-startup | Non-nil means entering Org mode will fold all blocks. |
org-hide-drawer-startup | Non-nil means entering Org mode will fold all drawers. |
org-pre-cycle-hook | Hook that is run before visibility cycling is happening. |
org-tab-first-hook | Hook for functions to attach themselves to TAB. |