Variable: org-cycle-hide-drawer-startup

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

Value

t

Documentation

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

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

#+STARTUP: hidedrawers
#+STARTUP: nohidedrawers

Aliases

org-hide-drawer-startup

Source Code

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

#+STARTUP: hidedrawers
#+STARTUP: nohidedrawers"
  :group 'org-startup
  :group 'org-cycle
  :type 'boolean)