Variable: todo-categories-number-separator

todo-categories-number-separator is a customizable variable defined in todo-mode.el.gz.

Value

" | "

Documentation

String between number and category in Todo Categories mode.

This separates the number from the category name in the default categories display according to priority.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defcustom todo-categories-number-separator " | "
  "String between number and category in Todo Categories mode.
This separates the number from the category name in the default
categories display according to priority."
  :type 'string
  :group 'todo-categories)