Variable: todo-category-number

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

Value

1

Documentation

Variable holding the number of the current todo category.

Todo categories are numbered starting from 1.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defvar todo-category-number 1
  "Variable holding the number of the current todo category.
Todo categories are numbered starting from 1.")