From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arkady Grudzinsky Subject: Repeating tasks with scheduled time Date: Tue, 04 Oct 2016 14:18:49 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brXIG-0005vP-W5 for emacs-orgmode@gnu.org; Tue, 04 Oct 2016 17:30:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brXIC-0000P2-Pn for emacs-orgmode@gnu.org; Tue, 04 Oct 2016 17:30:31 -0400 Received: from [195.159.176.226] (port=43981 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brXIC-0000NW-If for emacs-orgmode@gnu.org; Tue, 04 Oct 2016 17:30:28 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1brXHq-0005QS-1j for emacs-orgmode@gnu.org; Tue, 04 Oct 2016 23:30:06 +0200 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: emacs-orgmode@gnu.org Say, I have this TODO item which needs to be repeated every evening after 20:00 and if it is not marked as DONE for several days, I want it to be moved to the NEAREST 20:00 in the future, i.e. to 20:00 TODAY if I mark it at noon. I thought, this would accomplish the goal: * TODO Load and run the dishwasher SCHEDULED: <2016-10-03 Mon 20:00 .+1d> Instead, marking this task as completed today at noon moves the schedule to 20:00 TOMORROW instead of 20:00 TODAY although the nearest 20:00 in the future is, technically, 20:00 TODAY. Is there a way to change this behavior? -- Arkady