File: org-habit.el.html
This file contains the habit tracking code for Org mode
Defined variables (10)
org-habit-completed-glyph | Glyph character used to show completed days on which a task was done. |
org-habit-following-days | Number of days after today to appear in consistency graphs. |
org-habit-graph-column | The absolute column at which to insert habit consistency graphs. |
org-habit-preceding-days | Number of days before today to appear in consistency graphs. |
org-habit-scheduled-past-days | Value to use instead of ‘org-scheduled-past-days’, for habits only. |
org-habit-show-all-today | If non-nil, show the consistency graph of all habits on |
org-habit-show-done-always-green | Non-nil means DONE days will always be green in the consistency graph. |
org-habit-show-habits | If non-nil, show habits in agenda buffers. |
org-habit-show-habits-only-for-today | If non-nil, only show habits on today’s agenda, and not for future days. |
org-habit-today-glyph | Glyph 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-face | Face for days on which a task is due. |
org-habit-alert-future-face | Face for days on which a task is due. |
org-habit-clear-face | Face for days on which a task shouldn’t be done yet. |
org-habit-clear-future-face | Face for future days on which a task shouldn’t be done yet. |
org-habit-overdue-face | Face for days on which a task is overdue. |
org-habit-overdue-future-face | Face for days on which a task is overdue. |
org-habit-ready-face | Face for days on which a task should start to be done. |
org-habit-ready-future-face | Face for days on which a task should start to be done. |