From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Miesen Subject: Bug: org-mode does not properly reenter tasks with the REPEAT timestamp when marked as 'DONE' Date: Sun, 07 Oct 2007 08:25:50 -0700 Message-ID: <4708FA7E.4020509@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IeY14-0001Hp-BW for emacs-orgmode@gnu.org; Sun, 07 Oct 2007 11:26:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IeY12-0001Hd-Rc for emacs-orgmode@gnu.org; Sun, 07 Oct 2007 11:26:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeY12-0001Ha-Mu for emacs-orgmode@gnu.org; Sun, 07 Oct 2007 11:26:00 -0400 Received: from smtp107.plus.mail.sp1.yahoo.com ([69.147.95.70]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IeY12-0001PV-Ex for emacs-orgmode@gnu.org; Sun, 07 Oct 2007 11:26:00 -0400 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 I apologize in advance if this is not where bugs are supposed to be sent, but i couldn't find a better place to file a bug report, so... ==========BEGIN BUG REPORT========== I attempted to mark a task with the REPEAT timestamp as 'DONE' using 'C-c C-t' and instead of the schedule timestamp for the task being moved according to the value within REPEAT() (ex.--- REPEAT(+1w)), it simply is marked as 'DONE' like a plain-old-task. Reproducible: Always Steps to Reproduce: 1. enter "TODO [#B] Some task REPEAT(+1d) SCHEDULED: <2007-10-01 Mon>" as a task within an agenda tree 2. Mark it as done using 'C-c C-t' Actual Results: Item is marked as done instead of prompting user for a closing note (if the options for org-mode are set to do so) and marking the task as 'TODO' again. Expected Results: User should have been prompted for a closing note (if the options for org-mode are set to do so) and the item should have been marked as 'TODO', with the 'SCHEDULED' timestamp being updated according to the value found in the REPEAT timestamp.