From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: How to set up a recurring task wich is automatically set on done Date: Sat, 10 Nov 2012 10:09:04 +0000 (UTC) Message-ID: <87mwyp23rx.fsf@mean.albasani.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TX806-0005eP-Kn for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 05:09:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TX803-0003GK-IN for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 05:09:18 -0500 Received: from plane.gmane.org ([80.91.229.3]:47822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TX803-0003GG-Bh for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 05:09:15 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TX80B-0004nD-Ld for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 11:09:23 +0100 Received: from e178196210.adsl.alicedsl.de ([85.178.196.210]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 Nov 2012 11:09:23 +0100 Received: from gegendosenfleisch by e178196210.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 Nov 2012 11:09:23 +0100 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 Hi, Ukhara Arahku writes: > I have to do a job every 2 weeks on Friday > > I want to have a task which: > - remembers me (or is shown in the agenda) 2 days before, thus > Wednesday > - when the recurring date is over it is set on DONE automatically > - and is shown again 2 days before the next Friday another 2 weeks Hmm, requirement 1 and 3 would be something like this: DEADLINE: <2012-11-11 So ++2w -2d> , a repeated task with an explicit deadline for the item. Regarding 2, the setting to DONE automatically bit: May I ask, why you consider that? It doesn't seem really useful to me; a status change, purely based on time, does not convey any information whatsoever afaict. Memnon