From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [feature] Handle recurrence in <> and [] dates Date: Sat, 10 Nov 2018 20:01:15 +0100 Message-ID: <87muqgbvus.fsf@nicolasgoaziou.fr> References: <87tvldzzn8.fsf@llwynog.ekleog.org> <8736segzal.fsf@llwynog.ekleog.org> <776968cf-5976-4648-4f24-93eb506abbfa@gmx.de> <87muqmff3b.fsf@llwynog.ekleog.org> 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]:34641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gLYVa-0003BS-JW for emacs-orgmode@gnu.org; Sat, 10 Nov 2018 14:01:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gLYVQ-0000kf-GW for emacs-orgmode@gnu.org; Sat, 10 Nov 2018 14:01:22 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:35699) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gLYVP-0000hj-VB for emacs-orgmode@gnu.org; Sat, 10 Nov 2018 14:01:16 -0500 In-Reply-To: <87muqmff3b.fsf@llwynog.ekleog.org> (Leo Gaspard's message of "Tue, 06 Nov 2018 23:36:08 +0900") 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: Leo Gaspard Cc: Julius Dittmar , emacs-orgmode@gnu.org Hello, Leo Gaspard writes: > 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= report 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 up= dated when I > mark the task as done (like the SCHEDULED date), but it looks like it > doesn't move. Org didn't handle repeaters in inactive time stamps. This is now fixed (in master). Thank you. Regards, --=20 Nicolas Goaziou