Variable: todo-add-item-if-new-category

todo-add-item-if-new-category is a customizable variable defined in todo-mode.el.gz.

Value

t

Documentation

Non-nil to prompt for an item after adding a new category.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defcustom todo-add-item-if-new-category t
  "Non-nil to prompt for an item after adding a new category."
  :type 'boolean
  :group 'todo-edit)