From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tommy Kelly Subject: Understanding habits - repeat interval Date: Mon, 03 Jan 2011 14:05:07 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=58386 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZqfA-0004Db-Sk for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 15:06:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZqei-0001qX-Av for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 15:05:25 -0500 Received: from lo.gmane.org ([80.91.229.12]:50638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZqei-0001qR-5C for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 15:05:24 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PZqeg-0002sJ-WF for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 21:05:23 +0100 Received: from cpe-70-112-150-104.austin.res.rr.com ([70.112.150.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jan 2011 21:05:22 +0100 Received: from tommy.kelly by cpe-70-112-150-104.austin.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jan 2011 21:05:22 +0100 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 I'm trying a first use of the habits tracking function but I'm not sure I understand the way they are set up. I have three questions. Here's the first. Is it possible to set up a daily habit -- that is, one that should be done at least every day and at most every day (as opposed to the "shaving" example in the manual where the at-most and at-least numbers are different). Suppose I want to shave every day. Is this correct: ** TODO Shave SCHEDULED: <2009-10-17 Sat .+1d> I already tried the following but it gives an error: ** TODO Shave SCHEDULED: <2009-10-17 Sat .+1d/1d> The first seems to work but it's giving me a confusing bar chart (more on that later), so I wanted to ask in case the repeater is wrong. thanks, Tommy