Function: todo-choose-archive

todo-choose-archive is an interactive and byte-compiled function defined in todo-mode.el.gz.

Signature

(todo-choose-archive)

Documentation

Choose an archive and visit it.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defun todo-choose-archive ()
  "Choose an archive and visit it."
  (interactive)
  (todo-find-archive t))