Function: todo-filtered-items-mode

todo-filtered-items-mode is an autoloaded, interactive and byte-compiled function defined in todo-mode.el.gz.

Signature

(todo-filtered-items-mode)

Documentation

Mode for displaying and reprioritizing top priority Todo.

# todo-set-item-priority
C * todo-mark-category
C u todo-unmark-category
F H todo-toggle-item-highlighting
F N todo-toggle-prefix-numbers
F e todo-edit-file
F h todo-toggle-item-header
F k todo-delete-file
H todo-toggle-item-highlighting
N todo-toggle-prefix-numbers
P B todo-print-buffer(var)/todo-print-buffer(fun)
P F todo-print-buffer-to-file
RET todo-go-to-source-item
g todo-go-to-source-item
h todo-toggle-item-header
j todo-jump-to-category
l todo-lower-item-priority
n todo-next-item
p todo-previous-item
q todo-quit
r todo-raise-item-priority
s todo-save
t todo-show

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

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
;;;###autoload
(define-derived-mode todo-filtered-items-mode special-mode "Todo-Fltr"
  "Mode for displaying and reprioritizing top priority Todo.

\\{todo-filtered-items-mode-map}"
  (todo-modes-set-1)
  (todo-modes-set-2))