Function: todo-current-category

todo-current-category is a byte-compiled function defined in todo-mode.el.gz.

Signature

(todo-current-category)

Documentation

Return the name of the current category.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defun todo-current-category ()
  "Return the name of the current category."
  (car (nth (1- todo-category-number) todo-categories)))