Variable: org-agenda-start-with-archives-mode
org-agenda-start-with-archives-mode is a customizable variable defined
in org-agenda.el.gz.
Value
nil
Documentation
Initial value of archive mode in a newly created agenda window.
See org-agenda-archives-mode(var)/org-agenda-archives-mode(fun) for acceptable values and their
meaning.
This variable was added, or its default value changed, in Org version
9.7.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-start-with-archives-mode nil
"Initial value of archive mode in a newly created agenda window.
See `org-agenda-archives-mode' for acceptable values and their
meaning."
:group 'org-agenda-startup
:package-version '(Org . "9.7")
:type 'symbol)