Variable: org-agenda-restore-windows-after-quit

org-agenda-restore-windows-after-quit is a customizable variable defined in org-agenda.el.gz.

Value

nil

Documentation

Non-nil means restore window configuration upon exiting agenda.

Before the window configuration is changed for displaying the agenda, the current status is recorded. When the agenda is exited with q or x and this option is set, the old state is restored. If org-agenda-window-setup is other-frame or other-tab, the value of this option will be ignored.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-restore-windows-after-quit nil
  "Non-nil means restore window configuration upon exiting agenda.
Before the window configuration is changed for displaying the
agenda, the current status is recorded.  When the agenda is
exited with `q' or `x' and this option is set, the old state is
restored.  If `org-agenda-window-setup' is `other-frame' or
`other-tab', the value of this option will be ignored."
  :group 'org-agenda-windows
  :type 'boolean)