Variable: org-cycle-open-archived-trees
org-cycle-open-archived-trees is a customizable variable defined in
org-cycle.el.gz.
Value
nil
Documentation
Non-nil means org-cycle will open archived trees.
An archived tree is a tree marked with the tag ARCHIVE.
When nil, archived trees will stay folded. You can still open them with
normal outline commands like show-all, but not with the cycling commands.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-cycle.el.gz
(defcustom org-cycle-open-archived-trees nil
"Non-nil means `org-cycle' will open archived trees.
An archived tree is a tree marked with the tag ARCHIVE.
When nil, archived trees will stay folded. You can still open them with
normal outline commands like `show-all', but not with the cycling commands."
:group 'org-archive
:group 'org-cycle
:type 'boolean)