[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [bug] org-habit-show-all-today undefined
From: |
Nick Dokos |
Subject: |
Re: [O] [bug] org-habit-show-all-today undefined |
Date: |
Tue, 29 May 2012 18:26:58 -0400 |
Max Mikhanosha <address@hidden> wrote:
> At Tue, 29 May 2012 11:33:35 -0400,
> Nick Dokos wrote:
> >
> > Eric S Fraga <address@hidden> wrote:
> >
> > > I get the following error as soon as I try to view my agenda. I don't
> > > use habits at all.
> > >
> > > ,----
> > > | Debugger entered--Lisp error: (void-variable org-habit-show-all-today)
> >
> > I fixed it (or maybe I should say: I "fixed" it :-) ) by giving an
> > initial value to the variable in org-agenda.el:
> >
> > (defvar org-habit-show-all-today nil
> > "... doc string ...")
>
> Sorry, forgot to test without 'org-habit loaded, should be fixed now.
>
Yup, I think it is: thanks!
Nick