File: org-habit.el.html

This file contains the habit tracking code for Org mode

Defined variables (10)

org-habit-completed-glyphGlyph character used to show completed days on which a task was done.
org-habit-following-daysNumber of days after today to appear in consistency graphs.
org-habit-graph-columnThe absolute column at which to insert habit consistency graphs.
org-habit-preceding-daysNumber of days before today to appear in consistency graphs.
org-habit-scheduled-past-daysValue to use instead of ‘org-scheduled-past-days’, for habits only.
org-habit-show-all-todayIf non-nil, show the consistency graph of all habits on
org-habit-show-done-always-greenNon-nil means DONE days will always be green in the consistency graph.
org-habit-show-habitsIf non-nil, show habits in agenda buffers.
org-habit-show-habits-only-for-todayIf non-nil, only show habits on today’s agenda, and not for future days.
org-habit-today-glyphGlyph character used to identify today.

Defined functions (15)

org-habit-build-graph(HABIT STARTING CURRENT ENDING)
org-habit-deadline(HABIT)
org-habit-deadline-repeat(HABIT)
org-habit-done-dates(HABIT)
org-habit-duration-to-days(TS)
org-habit-get-faces(HABIT &optional NOW-DAYS SCHEDULED-DAYS DONEP)
org-habit-get-urgency(HABIT &optional MOMENT)
org-habit-insert-consistency-graphs(&optional LINE)
org-habit-parse-todo(&optional POM)
org-habit-repeat-type(HABIT)
org-habit-scheduled(HABIT)
org-habit-scheduled-repeat(HABIT)
org-habit-toggle-display-in-agenda(ARG)
org-habit-toggle-habits()
org-is-habit-p(&optional EPOM)

Defined faces (8)

org-habit-alert-faceFace for days on which a task is due.
org-habit-alert-future-faceFace for days on which a task is due.
org-habit-clear-faceFace for days on which a task shouldn’t be done yet.
org-habit-clear-future-faceFace for future days on which a task shouldn’t be done yet.
org-habit-overdue-faceFace for days on which a task is overdue.
org-habit-overdue-future-faceFace for days on which a task is overdue.
org-habit-ready-faceFace for days on which a task should start to be done.
org-habit-ready-future-faceFace for days on which a task should start to be done.