Function: org-agenda-archive-default-with-confirmation
org-agenda-archive-default-with-confirmation is an interactive and
byte-compiled function defined in org-agenda.el.gz.
Signature
(org-agenda-archive-default-with-confirmation)
Documentation
Archive the entry or subtree belonging to the current agenda entry.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-agenda-archive-default-with-confirmation ()
"Archive the entry or subtree belonging to the current agenda entry."
(interactive)
(require 'org-archive)
(funcall-interactively
#'org-agenda-archive-with org-archive-default-command 'confirm))