From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Re: Re: [PATCH] only display a scheduled item if it is due today or in the past Date: Sun, 27 Jun 2010 22:18:10 -0500 Message-ID: References: <87wruwfskr.fsf@fastmail.fm> <874ohjrmf4.fsf@fastmail.fm> <1AE9803B-40D5-410B-923B-FEBC4A9CB356@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=53188 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OT4rN-0006lx-Li for emacs-orgmode@gnu.org; Sun, 27 Jun 2010 23:18:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OT4rM-0001dP-MC for emacs-orgmode@gnu.org; Sun, 27 Jun 2010 23:18:13 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:53194) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OT4rM-0001dD-H8 for emacs-orgmode@gnu.org; Sun, 27 Jun 2010 23:18:12 -0400 Received: by wwf26 with SMTP id 26so2567459wwf.0 for ; Sun, 27 Jun 2010 20:18:10 -0700 (PDT) In-Reply-To: <1AE9803B-40D5-410B-923B-FEBC4A9CB356@gmail.com> 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: Livin Stephen Sharma , emacs-orgmode On Sat, Jun 26, 2010 at 2:00 AM, Livin Stephen Sharma wrote: > > =A0To to 'hide' the graph, I set both org-habit--day= s to 0 . > > Very cool -- that will get rid of the error that shows up at the bottom of my agenda. The error says something about the datatype of org-habit-graph-column :-) > > On Jun 24, 2010, at 05:25:07 , Nathan Neff wrote: > >> org-habit-graph-column to -1 then it successfully hides the graph. > >