From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Gaspard Subject: Re: [feature] Handle recurrence in <> and [] dates Date: Tue, 06 Nov 2018 23:36:08 +0900 Message-ID: <87muqmff3b.fsf@llwynog.ekleog.org> References: <87tvldzzn8.fsf@llwynog.ekleog.org> <8736segzal.fsf@llwynog.ekleog.org> <776968cf-5976-4648-4f24-93eb506abbfa@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gK2TK-0003Bg-SC for emacs-orgmode@gnu.org; Tue, 06 Nov 2018 09:36:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gK2TG-00059Y-Sv for emacs-orgmode@gnu.org; Tue, 06 Nov 2018 09:36:50 -0500 Received: from grym.ekleog.org ([94.23.42.210]:58266 helo=smtp.gaspard.ninja) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gK2TG-0004pV-IM for emacs-orgmode@gnu.org; Tue, 06 Nov 2018 09:36:46 -0500 In-Reply-To: <776968cf-5976-4648-4f24-93eb506abbfa@gmx.de> 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" To: Julius Dittmar , emacs-orgmode@gnu.org Hi Julius, Julius Dittmar writes: > if you want a task to re-open at a later date upon closing, add a line of > :REPEAT_TO_STATE: TODO > to the PROPERTIES drawer of that task. Well, I guess I stated my problem poorly, sorry :) Here is a translated example task from my .org file: *** TODO Check bank report SCHEDULED: <2000-02-10 Thu +1m> Dated [2000-01-01 Sat +1m] The point of this =E2=80=9CDated=E2=80=9D field being to tell me to which r= eport I should be looking, given I sometimes am a month late or so in checking my reports, and just put them in the (physical) drawer as I receive them. This =E2=80=9CDated=E2=80=9D field is exactly what I would like to see upda= ted when I mark the task as done (like the SCHEDULED date), but it looks like it doesn't move. Is there a trick to do this? Cheers, Leo