From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Leech-Pepin Subject: Re: Question about org-habit and agenda views Date: Thu, 16 Aug 2012 11:23:08 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T21ui-00089f-E2 for emacs-orgmode@gnu.org; Thu, 16 Aug 2012 11:23:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T21uf-0001hE-TZ for emacs-orgmode@gnu.org; Thu, 16 Aug 2012 11:23:12 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:32946) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T21uf-0001h2-O7 for emacs-orgmode@gnu.org; Thu, 16 Aug 2012 11:23:09 -0400 Received: by pbbro12 with SMTP id ro12so1926036pbb.0 for ; Thu, 16 Aug 2012 08:23:08 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Thomas Moyer Cc: emacs-orgmode@gnu.org Hello Thomas, On Thu, Aug 16, 2012 at 10:28 AM, Thomas Moyer wrote: > I have a set of habits that I do Monday through Friday (weekdays only) and > the best suggestion I have found for this is to have 5 individual TODOs (one > for each day). This seems to work well for the most part, but I have found > one minor annoyance that I can't find a solution for. > > If I don't do one of the habits on Monday, that entry will appear as overdue > until the next week on Monday when it comes around again. Is there a way to > "hide" overdue habits? I don't want to mark it as DONE, since it wasn't even > when it was late. > Couldn't you create a single habit that uses a .+1d/3d repeater? It would still show up on the weekend however it would not be listed as overdue at that time. On a slightly related note to the developers: Is there any way that a =skip-days= marker be added in Org? This would allow for simpler repeating tasks/habigs that are not to be done on weekends. > As an example of what I current have, here is an excerpt for one habit: > > ** Notes > *** TODO (M) Refile notes > SCHEDULED: <2012-08-20 Mon ++1w> > :PROPERTIES: > :STYLE: habit > :END: > *** TODO (T) Refile notes > SCHEDULED: <2012-08-21 Tue ++1w> > :PROPERTIES: > :STYLE: habit > :END: > *** TODO (W) Refile notes > SCHEDULED: <2012-08-15 Wed ++1w> > :PROPERTIES: > :STYLE: habit > :END: > *** TODO (R) Refile notes > SCHEDULED: <2012-08-16 Thu ++1w> > :PROPERTIES: > :STYLE: habit > :END: > *** TODO (F) Refile notes > SCHEDULED: <2012-08-17 Fri ++1w> > :PROPERTIES: > :STYLE: habit > :END: > > So if I miss Monday, when I open my agenda on Tuesday, I currently see two > entries for Refile notes. Ideally, I would like to only see the one for > Tuesday, and then when the following Monday rolls around, I should see the > Monday entry again, with the consistency graph showing that I missed last > Monday. > > Thanks for the help! > > -Tom > > -- > Thomas Moyer > tommoyer@gmail.com > Regards, -- Jon