Variable: org-habit-following-days

org-habit-following-days is a customizable variable defined in org-habit.el.gz.

Value

7

Documentation

Number of days after today to appear in consistency graphs.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-habit.el.gz
(defcustom org-habit-following-days 7
  "Number of days after today to appear in consistency graphs."
  :group 'org-habit
  :type 'integer)