From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gary ." Subject: Repeating TODOs Date: Thu, 25 Mar 2010 09:40:07 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nuibs-0004GU-Rc for emacs-orgmode@gnu.org; Thu, 25 Mar 2010 04:40:12 -0400 Received: from [140.186.70.92] (port=45440 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nuibr-0004Fm-5m for emacs-orgmode@gnu.org; Thu, 25 Mar 2010 04:40:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nuibp-0002Uj-NJ for emacs-orgmode@gnu.org; Thu, 25 Mar 2010 04:40:11 -0400 Received: from mail-iw0-f188.google.com ([209.85.223.188]:38154) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nuibp-0002UY-KL for emacs-orgmode@gnu.org; Thu, 25 Mar 2010 04:40:09 -0400 Received: by iwn26 with SMTP id 26so3157048iwn.24 for ; Thu, 25 Mar 2010 01:40:07 -0700 (PDT) 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: emacs-orgmode@gnu.org As I mentioned yesterday, I am trying to follow http://orgmode.org/worg/org-tutorials/tracking-habits.php I have the following entry: ** TODO Go to the gym :habit: SCHEDULED: <2010-03-24 Wed .+2d> and even managed to successfully go to the gym as planned :) However, I couldn't update the status until today (the day after I completed the task), so when I updated the status with C-c C-t it added the next occurence two days from *today*. It might not always be the way that I update the status a day after, sometimes it might be the same day, or two days after, or whatever. Is there a way, short of manually editing the file, of taking care of that? I know it's because of the "." in the .+2d but given that sometimes I won't do it on the planned date, I think it's best to have that in there - or is there a better solution for when I miss the planned date?