Function: org-agenda-archive-to-archive-sibling

org-agenda-archive-to-archive-sibling is an interactive and byte-compiled function defined in org-agenda.el.gz.

Signature

(org-agenda-archive-to-archive-sibling)

Documentation

Move the entry to the archive sibling.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-agenda-archive-to-archive-sibling ()
  "Move the entry to the archive sibling."
  (interactive)
  (funcall-interactively
   #'org-agenda-archive-with 'org-archive-to-archive-sibling))