From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sandra Snan Subject: dependencies and schedule repeater problem Date: Tue, 01 Nov 2011 11:17:51 +0100 Message-ID: <4eafc750.43610e0a.2041.ffffc9c6@mx.google.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLBPs-0003fJ-VJ for emacs-orgmode@gnu.org; Tue, 01 Nov 2011 06:18:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLBPm-0003MY-PK for emacs-orgmode@gnu.org; Tue, 01 Nov 2011 06:18:00 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:63177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLBPm-0003ML-KF for emacs-orgmode@gnu.org; Tue, 01 Nov 2011 06:17:54 -0400 Received: by eye4 with SMTP id 4so6629886eye.0 for ; Tue, 01 Nov 2011 03:17:53 -0700 (PDT) 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: emacs-orgmode@gnu.org What I want is that if I look at my list of things to do, and I=E2=80=99ve already swept the floor and marked it as done, it shouldn=E2=80=99t bother = me anymore for the day, but pop up the next day. And if I=E2=80=99ve swept the floor, I=E2=80=99ll be presented with the opp= ortunity to also mop the floor, if it=E2=80=99s been a week since last time. (And I don= =E2=80=99t want to mop an unswept floor. And I don=E2=80=99t need to mop every time I sweep.) This is what I have now. I=E2=80=99m using GNU Emacs 23.2.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2010-12-11 on brahms, modified by Debian and the version of org-mode that came with it. * TODO mop the floor :home: SCHEDULED: <2011-11-01 Tue .+1w> ** TODO sweep the floor SCHEDULED: <2011-11-01 Tue .+1d> I have a custom agenda search that hides future items. For example, expressions like ("hh" tags-todo "home+SCHEDULED=3D\"\"|SCHEDULED<=3D\"\"") deep inside org-agenda-custom-commands. I have custom-set '(org-agenda-dim-blocked-tasks (quote invisible)) '(org-enforce-todo-dependencies t) The problem is that =E2=80=9Csweep the floor=E2=80=9D never gets marked don= e since it has a repeater, so =E2=80=9Cmop the floor=E2=80=9D never becomes visible. Can I fix this problem, or can I get the desired behavior some other way? Thank you, Sandra PS =E2=80=9Cmop the floor=E2=80=9D and =E2=80=9Csweep the floor=E2=80=9D are j= ust examples and so are the specific intervals. I have many different repeating and depending tasks that work like this.