Variable: org-habit-show-habits

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

Value

t

Documentation

If non-nil, show habits in agenda buffers.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-habit.el.gz
(defcustom org-habit-show-habits t
  "If non-nil, show habits in agenda buffers."
  :group 'org-habit
  :type 'boolean)