From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tommy Kelly Subject: Understanding habits - graph coloring of single missed day Date: Mon, 03 Jan 2011 14:08:39 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=38833 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZqjL-0001Bq-GJ for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 15:10:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZqjH-0002jx-71 for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 15:10:08 -0500 Received: from lo.gmane.org ([80.91.229.12]:54483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZqjG-0002jr-Vf for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 15:10:07 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PZqjF-0005rK-P0 for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 21:10:05 +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:10:05 +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:10:05 +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 Assuming I have the correct repeater syntax for a daily habit, what should the colored graph look like if I do the task consistently for a few days, then miss a day, then pick up the task again? What I expected to see was: - a set of GREEN cells (with asterisks) - a RED cell (no asterisk) for the missed day - more GREEN cells (again with asterisks). But what I actually see is - a set of GREEN cells (with *) - a YELLOW cell (no *) for the missed day - a RED cell (with *) for the day after the missed day - more GREEN cells (with *) Is that the way it's supposed to be? It doesn't seem right somehow. thanks, Tommy