On Mon, Jan 27, 2014 at 9:18 PM, Bastien <bzg@gnu.org> wrote:
Chris Henderson <henders254@gmail.com> writes:

> I’m running org mode version 8.2.3c and emacs version 24.3.1 on OS X
> Mavericks in the CLI.
>
> I’d like to get the org habit graph when I do “alt-x org-agenda a”
> but there is no graph.
>
> My habit.org file looks like this:
>
> * TODO write journal
>   SCHEDULED: <2014-01-28 Tue .+1d/3d>
>   - State "DONE"       from "TODO"       [2014-01-27 Mon 20:50]
>   - State "DONE"       from "TODO"       [2013-12-03 Tue 06:37]
>   - State "DONE"       from "TODO"       [2013-12-02 Mon 21:54]
>   :PROPERTIES:
>   :LAST_REPEAT: [2014-01-27 Mon 20:50]
>   :STYLE:    habit
>   :END:

Did you load Org Habit, either through org-modules or through
(require 'org-habit) ?

If I put (require 'org-habit) in my .emacs file, when I do C-c c to add task and press C-c C-c to finish the capture, I get error: Symbol's value as variable is void: org-bookmark-names-plist

alt-x agenda-view also doesn't auto tab complete. It says [no match]

Thanks.