Variable: todo-remove-separator

todo-remove-separator is a customizable variable defined in otodo-mode.el.gz.

Value

t

Documentation

Non-nil to remove category separators inM-x todo-top-priorities (todo-top-priorities) and M-x todo-print (todo-print).

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/otodo-mode.el.gz
(defcustom todo-remove-separator t
  "Non-nil to remove category separators in\
\\[todo-top-priorities] and \\[todo-print]."
  :type 'boolean)