Variable: org-cycle-hide-block-startup

org-cycle-hide-block-startup is a customizable variable defined in org-cycle.el.gz.

Value

nil

Documentation

Non-nil means entering Org mode will fold all blocks.

This can also be set in on a per-file basis with

#+STARTUP: hideblocks
#+STARTUP: nohideblocks

Aliases

org-hide-block-startup

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-cycle.el.gz
(defcustom org-cycle-hide-block-startup nil
  "Non-nil means entering Org mode will fold all blocks.
This can also be set in on a per-file basis with

#+STARTUP: hideblocks
#+STARTUP: nohideblocks"
  :group 'org-startup
  :group 'org-cycle
  :type 'boolean)