From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Fantin Subject: Re: cannot enable org-habit Date: Thu, 2 Sep 2010 19:26:02 +0200 Message-ID: References: <87fwxsyzsd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=43900 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrDYU-00083V-DY for Emacs-orgmode@gnu.org; Thu, 02 Sep 2010 13:26:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrDYT-0006aD-6w for Emacs-orgmode@gnu.org; Thu, 02 Sep 2010 13:26:30 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:57173) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrDYT-0006VL-1w for Emacs-orgmode@gnu.org; Thu, 02 Sep 2010 13:26:29 -0400 Received: by mail-vw0-f41.google.com with SMTP id 16so784601vws.0 for ; Thu, 02 Sep 2010 10:26:28 -0700 (PDT) In-Reply-To: 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: Noorul Islam Cc: Joseph Buchignani , "Emacs-orgmode@gnu.org" , Bastien Thanks Noorul, this helped me fix the error, and I now have it working ! I should mention that I do need to (require 'org-habit) after it's been added to the modules list, in order to actually activate it. On Thu, Sep 2, 2010 at 7:17 PM, Noorul Islam wrote: > On Thursday, September 2, 2010, Julien Fantin w= rote: >> I'm watching this as I wasn't able to enable this module either. >> >> I have state logging enable with : >> =C2=A0=C2=A0(setq org-todo-keywords >> =C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0(quote >> =C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0 ((sequence "TODO(t!)" "NEXT(n!)" "|" "= DONE(d!)") >> =C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(sequence "WAIT(w@/!)" "SOMEDAY(= s@/!)" "|" "CANCELLED(c@/!)")))) >> >> And org-habit is configured with : >> =C2=A0(add-to-list 'org-modules 'org-habit) >> >> Which doesn't seems to work either... >> >> If I try o (require 'org-habit) though, I'll get an error when >> building the agenda with C-c a a : >> org-habit-duration-to-days: Wrong type argument: stringp, nil >> > > If you pull the latest version from git repo, you won't get this > error, instead a meaningful error message will be displayed. > > Thanks and Regards > Noorul >