From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Kudryavtsev Subject: Marking repeating task as done with the scheduled time Date: Sun, 08 Sep 2013 01:20:05 +0400 Message-ID: <522B9885.30904@gmail.com> 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]:53216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIPvg-0000Kt-FI for Emacs-orgmode@gnu.org; Sat, 07 Sep 2013 17:20:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VIPvW-0004hb-1V for Emacs-orgmode@gnu.org; Sat, 07 Sep 2013 17:20:28 -0400 Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]:52368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIPvV-0004hG-Os for Emacs-orgmode@gnu.org; Sat, 07 Sep 2013 17:20:17 -0400 Received: by mail-lb0-f171.google.com with SMTP id u14so3870221lbd.2 for ; Sat, 07 Sep 2013 14:20:16 -0700 (PDT) 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 Hi all. I have a habit set up that I need to mark done every day. If it's not done that day I can do it later. Basically I want to track how many days I'm running late and have the ability to catch up. If I use "+1d" interval, when I mark task as done it updates the schedule by one 1 day, but puts the done record with the current date. So I have to edit every timestamp manually, to make the habit display properly. Is there any way I can make my done records to use task scheduled time instead of now? -- Best Regards, Nikolay Kudryavtsev