Scratch that, there is an easier way to test whether org-habit is activated.
The reason K (uppercase) wasn't working for me was I thought the screen
activated by C-a a beginning "Press key for agenda command" was the "agenda
buffer". It is not. The agenda buffer shows your weekly schedule. Press K
I figured out what I was doing wrong. I was looking for habit tracking in
the wrong place. It shows up after the command C-a a a, not C-a a.
All I had to do to enable org mode was put (require 'org-habit) in my
.emacs. I didn't need to add it to the modules list. I didn't need to alter
my properti
Glad you sorted this out.
Joseph Buchignani writes:
> I will reread the manual and learn more about using the module.
If you see any way to improve the manual about org-habit, please
feel free to share thoughts and patches!
Best,
--
Bastien
___
I'm watching this as I wasn't able to enable this module either.
I have state logging enable with :
(setq org-todo-keywords
(quote
((sequence "TODO(t!)" "NEXT(n!)" "|" "DONE(d!)")
(sequence "WAIT(w@/!)" "SOMEDAY(s@/!)" "|" "CANCELLED(c@/!)"
And org-habit is config
Joseph Buchignani writes:
> I presume there ought to be some sort of entry in my agenda, or the "k" key
> should do something. I get nothing. Here is my setup:
>
> * org-mode 7.01h
> * emacs file included below.
>
> The relevant portion is (add-to-list 'org-modules 'org-habit), which I have
>
Hi Org-mode,
I've read all the mailing lists and manuals and still can't get my org-habit
module working.
I presume there ought to be some sort of entry in my agenda, or the "k" key
should do something. I get nothing. Here is my setup:
- org-mode 7.01h
- emacs file included below.
The re