From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward Guyatt Subject: Shifting only past timestamps Date: Fri, 24 Jul 2015 20:33:00 +0100 Message-ID: <55B292EC.4010601@gmx.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIih8-00022e-1j for emacs-orgmode@gnu.org; Fri, 24 Jul 2015 15:31:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIih4-0003qM-T0 for emacs-orgmode@gnu.org; Fri, 24 Jul 2015 15:31:46 -0400 Received: from mout.gmx.net ([212.227.15.19]:50655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIih4-0003q5-K2 for emacs-orgmode@gnu.org; Fri, 24 Jul 2015 15:31:42 -0400 Received: from [192.168.1.80] ([2.102.107.115]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0LfBX6-1YYPWH3NlI-00oqwD for ; Fri, 24 Jul 2015 21:31:41 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, I like to be reminded to check my post on Mondays and Thursdays, every week. When I've done it on Monday, I mark it 'DONE' so that I can stop org-mode reminding me until Thursday. Here's how I used to achieve this: *** URGENT [#A] Check post :important: DEADLINE: <2015-07-27 Mon +1w -0d> DEADLINE: <2015-07-30 Thu +1w -0d> In org-mode 8.2.10, if I mark 'Check post' as 'DONE', both timestamps will be moved forward one week. This is no good, as I need to be reminded to check my post on Thursday. I think I got the desired behaviour in the last version of org-mode I used, which I think was this 7.8.11 from this package: https://packages.debian.org/wheezy/org-mode How can I make org-mode shift only the timestamps from the past? Thanks in advance, Ed