From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Still Wishing for Snooze Date: Wed, 23 Jan 2013 16:49:16 +0100 Message-ID: References: <50FD86D4.8080105@up.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ty2Zj-0006kh-Ge for emacs-orgmode@gnu.org; Wed, 23 Jan 2013 10:49:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ty2Zh-00071o-NH for emacs-orgmode@gnu.org; Wed, 23 Jan 2013 10:49:19 -0500 Received: from mail-vb0-f44.google.com ([209.85.212.44]:49909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ty2Zh-00071R-HZ for emacs-orgmode@gnu.org; Wed, 23 Jan 2013 10:49:17 -0500 Received: by mail-vb0-f44.google.com with SMTP id fc26so3467765vbb.31 for ; Wed, 23 Jan 2013 07:49:16 -0800 (PST) In-Reply-To: <50FD86D4.8080105@up.edu> 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: "Andrew M. Nuxoll" Cc: Org Mode Hi Andrew On Mon, Jan 21, 2013 at 7:20 PM, Andrew M. Nuxoll wrote: > I'd like to modify the org-mode code to support the following: > > 1. Add a date tag to an entry that indicates that it is "inactive" until a > certain date. I'm picturing something like this: > > ***** TODO [#B] Verify login to the virtual machines > SCHEDULED: <2013-01-11 Tue +1w> DELAY: <2013-01-24 Thu> (I assume you meant Tue Jan 08: * TODO [#B] Verify login to the virtual machines SCHEDULED: <2013-01-08 Tue +1w> DELAY: <2013-01-24 Thu> ) Such tasks I do like follows, starting with: * TODO [#B] Verify login to the virtual machines SCHEDULED: <2013-01-08 Tue +1w> Then set to DONE as many times as necessary to get it to the first regular repetition in the future: * TODO [#B] Verify login to the virtual machines SCHEDULED: <2013-01-29 Tue +1w> Then add the one irregular date just as a normal SCHEDULED: * TODO [#B] Verify login to the virtual machines SCHEDULED: <2013-01-24 Thu> SCHEDULED: <2013-01-29 Tue +1w> At or after 2013-01-24 when the task is done go to the irregular date with TAB from the agenda view and delete the line, resulting again in: * TODO [#B] Verify login to the virtual machines SCHEDULED: <2013-01-29 Tue +1w> Michael