Variable: org-habit-show-all-today

org-habit-show-all-today is a customizable variable defined in org-habit.el.gz.

Value

nil

Documentation

If non-nil, show the consistency graph of all habits on today's agenda, even if they are not scheduled.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-habit.el.gz
(defcustom org-habit-show-all-today nil
  "If non-nil, show the consistency graph of all habits on
today's agenda, even if they are not scheduled."
  :group 'org-habit
  :type 'boolean)