Variable: org-habit-preceding-days

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

Value

21

Documentation

Number of days before today to appear in consistency graphs.

Source Code

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