Skip to content

Org Habits Consistency Graph

Latest

Choose a tag to compare

@munen munen released this 07 Jan 15:49
· 151 commits to master since this release
6d79bbb

Track your daily habits with a visual consistency graph.

What's New

  • Consistency graph showing habit completion history at a glance
  • Color-coded status indicators: green (done), blue (not due), yellow (due today/tomorrow), red (overdue)
  • Habits sort before non-habits in the Agenda view
  • Configurable graph settings (preceding/following days)

How to Use

  1. Create a TODO item with a SCHEDULED timestamp using the . repeater (e.g., .+1d)
  2. Add the property STYLE: habit
  3. Open the Agenda view to see your consistency graph appear

Example:

* TODO I will get sunlight, in the morning, so that I can become an awake person
  SCHEDULED: <2026-01-08 Thu .+1d>
  :PROPERTIES:
  :STYLE:    habit
  :END:

Screenshots of Org Habits in Emacs compared to organice:

Emacs

org_habits_emacs

organice

org_habits_organice

Documentation

For full details on habit configuration, repeater syntax, and min/max ranges, see the documentation.