todo-mode

todo-mode is an interactive autoloaded compiled Lisp function in `todo-mode.el'.


(todo-mode)

Parent mode: `special-mode'.

Major mode for displaying, navigating and editing todo lists.

key binding
--- -------

0 .. 9 digit-argument

# todo-set-item-priority
* todo-toggle-mark-item
- negative-argument
A Prefix Command
C Prefix Command
F Prefix Command
H todo-toggle-item-highlighting
N todo-toggle-prefix-numbers
P Prefix Command
S todo-search
V todo-toggle-view-done-only
X todo-clear-matches
b todo-backward-category
d todo-item-done
e todo-edit-item
f todo-forward-category
h todo-toggle-item-header
i todo-insert-item
j todo-jump-to-category
k todo-delete-item
l todo-lower-item-priority
m todo-move-item
n todo-next-item
p todo-previous-item
q todo-quit
r todo-raise-item-priority
s todo-save
t todo-show
u todo-item-undone
v todo-toggle-view-done-items
<remap> Prefix Command

A c todo-choose-archive
A d todo-archive-done-item
A f todo-find-archive

C * todo-mark-category
C a todo-add-category
C e Prefix Command
C g todo-merge-category
C k todo-delete-category
C m todo-move-category
C r todo-rename-category
C t Prefix Command
C u todo-unmark-category
C v todo-toggle-view-done-items

F H todo-toggle-item-highlighting
F N todo-toggle-prefix-numbers
F V todo-toggle-view-done-only
F a todo-add-file
F c todo-show-categories-table
F e todo-edit-file
F f todo-find-filtered-items-file
F h todo-toggle-item-header
F k todo-delete-file
F r todo-rename-file
F t Prefix Command
F x Prefix Command
F y Prefix Command

P B todo-print-buffer
P F todo-print-buffer-to-file

<remap> <newline> newline-and-indent

C e k todo-edit-category-diary-nonmarking
C e y todo-edit-category-diary-inclusion

C t s todo-set-top-priorities-in-category

F x m todo-filter-regexp-items-multifile
F x x todo-filter-regexp-items

F y m todo-filter-diary-items-multifile
F y y todo-filter-diary-items

F t m todo-filter-top-priorities-multifile
F t s todo-set-top-priorities-in-file
F t t todo-filter-top-priorities



In addition to any hooks its parent mode `special-mode' might have run,
this mode runs the hook `todo-mode-hook', as the final step
during initialization.