Function: org-agenda-quit

org-agenda-quit is an interactive and byte-compiled function defined in org-agenda.el.gz.

Signature

(org-agenda-quit)

Documentation

Exit the agenda.

When org-agenda-sticky is non-nil, bury the agenda buffer instead of killing it.

When org-agenda-restore-windows-after-quit is non-nil, restore the pre-agenda window configuration.

When column view is active, exit column view instead of the agenda.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-agenda-quit ()
  "Exit the agenda.

When `org-agenda-sticky' is non-nil, bury the agenda buffer
instead of killing it.

When `org-agenda-restore-windows-after-quit' is non-nil, restore
the pre-agenda window configuration.

When column view is active, exit column view instead of the
agenda."
  (interactive)
  (org-agenda--quit org-agenda-sticky))