From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Sexton Subject: Re: cannot enable org-habit Date: Thu, 2 Sep 2010 03:07:26 +0000 (UTC) Message-ID: References: <87wrr6rmyr.fsf@sajida.noorul.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=39383 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Or09O-0005GR-6a for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 23:07:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Or09J-0002Pj-Uo for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 23:07:42 -0400 Received: from lo.gmane.org ([80.91.229.12]:37446) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Or09J-0002PQ-MK for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 23:07:37 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Or09G-0008G3-Ik for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 05:07:35 +0200 Received: from ip-118-90-86-14.xdsl.xnet.co.nz ([118.90.86.14]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Sep 2010 05:07:34 +0200 Received: from psexton by ip-118-90-86-14.xdsl.xnet.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Sep 2010 05:07:34 +0200 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: emacs-orgmode@gnu.org Joseph Buchignani gmail.com> writes: > Yes, here is how it looks: ... Hi Joseph The following item has been working fine for me. However I can't see any glaring differences wrt to your example item. ** TODO Add MCQs SCHEDULED: <2010-09-03 Fri .+1d/4d> - State "DONE" from "TODO" [2010-09-02 Thu 07:51] - State "DONE" from "TODO" [2010-08-25 Wed 15:52] :PROPERTIES: :STYLE: habit :LAST_REPEAT: [2010-09-02 Thu 07:51] :END: Rather than use 'modules' I just have (require 'org-habit) in my .emacs -- maybe that is worth trying. Paul