From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: FR: Repeated time stamp, jumping from current time Date: Sat, 01 Mar 2008 23:52:15 -0500 Message-ID: <47CA327F.3060603@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVgBV-0006jh-Rv for emacs-orgmode@gnu.org; Sat, 01 Mar 2008 23:52:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVgBU-0006j0-Bm for emacs-orgmode@gnu.org; Sat, 01 Mar 2008 23:52:25 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVgBU-0006ix-5i for emacs-orgmode@gnu.org; Sat, 01 Mar 2008 23:52:24 -0500 Received: from an-out-0708.google.com ([209.85.132.246]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVgBT-00089I-TN for emacs-orgmode@gnu.org; Sat, 01 Mar 2008 23:52:24 -0500 Received: by an-out-0708.google.com with SMTP id c25so1055796ana.84 for ; Sat, 01 Mar 2008 20:52:23 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode Hi, Right now we can have a repeated time stamp like this: * TODO Do this every month SCHEDULED: <2008-03-01 Sat +1m> If I am late and mark the above done on 2008-03-05, the time stamp will automatically jump to 2008-04-01. This is very useful for things like paying monthly bills. However, for some tasks, it would make more sense to jump from the date when it is marked done, not from when it is scheduled to be done. An example is changing my furnace filter. I am supposed to change it once a month, but if I am late for 10 days, the next date to change should be 30 days away, not 20 days away. Maybe we can use a syntax like this to indicate that: <2008-03-01 Sat +=1m> Any comments? Thank you. Wanrong