From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Still Wishing for Snooze Date: Tue, 12 Feb 2013 13:29:18 +0100 Message-ID: References: <50FD86D4.8080105@up.edu> <877gn410o4.fsf@bzg.ath.cx> <51018250.2050404@up.edu> <878v7i2p6k.fsf@bzg.ath.cx> <5101BB9A.5000505@up.edu> <87sj5py20d.fsf@bzg.ath.cx> <5102E176.3070005@up.edu> <871ucs1mr4.fsf@bzg.ath.cx> <878v6tltna.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5EzC-0004YF-UD for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 07:29:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5EzA-0002Fc-U0 for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 07:29:22 -0500 Received: from mail-la0-x22c.google.com ([2a00:1450:4010:c03::22c]:37490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5EzA-0002F7-Im for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 07:29:20 -0500 Received: by mail-la0-f44.google.com with SMTP id eb20so17447lab.17 for ; Tue, 12 Feb 2013 04:29:18 -0800 (PST) In-Reply-To: <878v6tltna.fsf@bzg.ath.cx> 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: Bastien Cc: "Andrew M. Nuxoll" , Org Mode Hi Bastien On Tue, Feb 12, 2013 at 11:21 AM, Bastien wrote: > Point well taken -- this is now what adding "--2d" does: use a > temporary delay that will not be taken into account for dates later > than the next repeater, and that will be deleted when a repeating > task is marked as done. Thanks for suggesting this. This * TODO 1a SCHEDULED: <2013-01-10 Thu +1m --2d> * TODO 2a SCHEDULED: <2013-02-10 Sun +1m --2d> * TODO 1b SCHEDULED: <2013-01-11 Fri +1m --2d> * TODO 2b SCHEDULED: <2013-02-11 Mon +1m --2d> * TODO 1c SCHEDULED: <2013-01-12 Sat +1m --2d> * TODO 2c SCHEDULED: <2013-02-12 Tue +1m --2d> in the agenda of today ([2013-02-12 Tue]) shows 1a 2a 1b 2b but I would expect 1a 2a 1b 1c. And there is a critical bug: Setting 2a to DONE repeats all entries below too. Michael