From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: cannot enable org-habit Date: Thu, 02 Sep 2010 16:40:18 +0200 Message-ID: <87fwxsyzsd.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=39219 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrAxe-0005eP-Ty for Emacs-orgmode@gnu.org; Thu, 02 Sep 2010 10:40:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrAxd-0005o8-Pt for Emacs-orgmode@gnu.org; Thu, 02 Sep 2010 10:40:18 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:64220) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrAxd-0005o1-Jb for Emacs-orgmode@gnu.org; Thu, 02 Sep 2010 10:40:17 -0400 Received: by wwb24 with SMTP id 24so751552wwb.30 for ; Thu, 02 Sep 2010 07:40:16 -0700 (PDT) In-Reply-To: (Joseph Buchignani's message of "Wed, 1 Sep 2010 01:28:47 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Joseph Buchignani Cc: Emacs-orgmode@gnu.org 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 > enabled in my .emacs, to no avail. > > What am I missing? Are you logging your DONE state? >From the manual: 6. You must also have state logging for the `DONE' state enabled, in order for historical data to be represented in the consistency graph. If it's not enabled it's not an error, but the consistency graphs will be largely meaningless. -- Bastien