Variable: todo-initial-category

todo-initial-category is a customizable variable defined in todo-mode.el.gz.

Value

"Todo"

Documentation

Default category name offered on initializing a new todo file.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defcustom todo-initial-category "Todo"
  "Default category name offered on initializing a new todo file."
  :type 'string
  :group 'todo)