Function: todo-edit-mode

todo-edit-mode is an interactive and byte-compiled function defined in otodo-mode.el.gz.

Signature

(todo-edit-mode)

Documentation

Major mode for editing items in the TODO list.

C-x C-q todo-edit-quit

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

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/otodo-mode.el.gz
(define-derived-mode todo-edit-mode text-mode "TODO Edit"
  "Major mode for editing items in the TODO list.

\\{todo-edit-mode-map}")