Added support for habit consistency tracking
commit063cb58fab5d327681003793fe4c691b49b7a3c9
authorJohn Wiegley <johnw@newartisans.com>
Mon, 19 Oct 2009 08:17:49 +0000 (19 04:17 -0400)
committerJohn Wiegley <johnw@newartisans.com>
Tue, 20 Oct 2009 05:17:54 +0000 (20 01:17 -0400)
tree7b3f2f01177fae4d7bd79a3bf6d981f81df09c6b
parentb40c4eed8f59d2322bcfc2541e750b54b12e353c
Added support for habit consistency tracking

org-habit.el: New file, which implements code to build a "habit
consistency graph".

org-agenda.el (org-agenda-get-deadlines)
(org-agenda-get-scheduled): Display consistency graphs when outputting
habits into the agenda.  The graphs are always relative to the current
time.

(org-format-agenda-item): Added new parameter `habitp', which indicates
whether we are formatting a habit or not.  Do not display "extra"
leading information if habitp is true.
Makefile
doc/ChangeLog
doc/org.texi
lisp/ChangeLog
lisp/org-agenda.el
lisp/org-habit.el [new file with mode: 0644]
lisp/org.el