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, killing the agenda buffer.

Like org-agenda-quit, but kill the buffer even when org-agenda-sticky is non-nil.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-agenda-Quit ()
  "Exit the agenda, killing the agenda buffer.
Like `org-agenda-quit', but kill the buffer even when
`org-agenda-sticky' is non-nil."
  (interactive)
  (org-agenda--quit))