Variable: org-habit-show-habits-only-for-today

org-habit-show-habits-only-for-today is a customizable variable defined in org-habit.el.gz.

Value

t

Documentation

If non-nil, only show habits on today's agenda, and not for future days.

Note that even when shown for future days, the graph is always relative to the current effective date.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-habit.el.gz
(defcustom org-habit-show-habits-only-for-today t
  "If non-nil, only show habits on today's agenda, and not for future days.
Note that even when shown for future days, the graph is always
relative to the current effective date."
  :group 'org-habit
  :type 'boolean)