Tried that and it didn't work. Here's my agenda view (still no graph) by doing C-a a a:

Week-agenda (W49):
Monday      2 December 2013 W49
Tuesday     3 December 2013
Wednesday   4 December 2013
Thursday    5 December 2013
Friday      6 December 2013
Saturday    7 December 2013
Sunday      8 December 2013

These things are enabled: Org-Agenda Week Ddl Grid Habit vl Wrap

I have also added this line in my .emacs: (require 'org-habit)

Emacs version 24.3.1.

Thanks.


On Tue, Dec 3, 2013 at 12:16 AM, Alan Schmitt <alan.schmitt@polytechnique.org> wrote:
henders254@gmail.com writes:

> I'm trying to setup habit tracking on org but can't see any consistency
> graph.
>
> I have setup a simple TODO item and set the style as habit by using C-c C-x
> p (org-set-property).
>
> * TODO exercise
>   SCHEDULED: <2013-12-03 Tue .+1d>
>   - State "DONE"       from "TODO"       [2013-12-02 Mon 17:31]
>   - State "DONE"       from "TODO"       [2013-12-02 Mon 17:30]
>   :PROPERTIES:
>   :LAST_REPEAT: [2013-12-02 Mon 17:31]
>   :STYLE:    habit
>   :END:

Looking at one of my habits, I see I have a "/3d" at the end of the
schedule marker:

    SCHEDULED: <2013-12-03 Tue .+1d/3d>

Maybe it is required for the style to be in effect?

Alan