File: org-cycle.el.html

This file contains code controlling global folding state in buffer and TAB-cycling.

Defined variables (18)

org-cycle-emulate-tabWhere should ‘org-cycle’ emulate TAB.
org-cycle-global-at-bobCycle globally if cursor is at beginning of buffer and not at a headline.
org-cycle-hide-block-startupNon-nil means entering Org mode will fold all blocks.
org-cycle-hide-drawer-startupNon-nil means entering Org mode will fold all drawers.
org-cycle-hookHook that is run after ‘org-cycle’ has changed the buffer visibility.
org-cycle-inline-images-displayNon-nil means auto display inline images under subtree when cycling.
org-cycle-level-after-item/entry-creationNon-nil means cycle entry level or item indentation in new empty entries.
org-cycle-max-levelMaximum level which should still be subject to visibility cycling.
org-cycle-open-archived-treesNon-nil means ‘org-cycle’ will open archived trees.
org-cycle-pre-hookHook that is run before visibility cycling is happening.
org-cycle-scroll-position-to-restoreTemporarily store scroll position to restore.
org-cycle-separator-linesNumber of empty lines needed to keep an empty line between collapsed trees.
org-cycle-skip-children-state-if-no-childrenNon-nil means skip CHILDREN state in entries that don’t have any.
org-cycle-tab-first-hookHook for functions to attach themselves to TAB.
org-hide-block-startupNon-nil means entering Org mode will fold all blocks.
org-hide-drawer-startupNon-nil means entering Org mode will fold all drawers.
org-pre-cycle-hookHook that is run before visibility cycling is happening.
org-tab-first-hookHook for functions to attach themselves to TAB.

Defined functions (14)

org-cycle(&optional ARG)
org-cycle-content(&optional ARG)
org-cycle-display-inline-images(STATE)
org-cycle-force-archived()
org-cycle-global(&optional ARG)
org-cycle-hide-archived-subtrees(STATE)
org-cycle-hide-drawers(STATE)
org-cycle-internal-global()
org-cycle-internal-local()
org-cycle-optimize-window-after-visibility-change(STATE)
org-cycle-overview()
org-cycle-set-startup-visibility()
org-cycle-set-visibility-according-to-property()
org-cycle-show-empty-lines(STATE)

Defined faces (0)