Variable: todo-categories-align
todo-categories-align is a customizable variable defined in
todo-mode.el.gz.
Value
center
Documentation
Alignment of category names in Todo Categories mode.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defcustom todo-categories-align 'center
"Alignment of category names in Todo Categories mode."
:type '(radio (const left) (const center) (const right))
:group 'todo-categories)