From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Bug: repeated task with ++1w does not auto-jump Date: Mon, 24 Mar 2008 10:58:18 -0400 Message-ID: <47E7C18A.2030006@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 1Jdo89-0008UX-C2 for emacs-orgmode@gnu.org; Mon, 24 Mar 2008 10:58:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jdo87-0008S8-DG for emacs-orgmode@gnu.org; Mon, 24 Mar 2008 10:58:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jdo87-0008Rl-2m for emacs-orgmode@gnu.org; Mon, 24 Mar 2008 10:58:31 -0400 Received: from fg-out-1718.google.com ([72.14.220.153]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jdo86-0003Vd-75 for emacs-orgmode@gnu.org; Mon, 24 Mar 2008 10:58:30 -0400 Received: by fg-out-1718.google.com with SMTP id d23so2776292fga.30 for ; Mon, 24 Mar 2008 07:58:28 -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: org-mode Hi, With a test task as following: * TODO A test SCHEDULED: <2008-03-24 Mon ++1w> If on the scheduled day (today) I do a "C-c C-t" trying to mark it "DONE", the scheduled time does not jump to the next occurrence. However, If I change the task to * TODO A test SCHEDULED: <2008-03-23 Sun ++1w> and do the same thing (note I am "past due" now), things work without a problem. I am using 5.23a and Emacs 22.1 on Windows. Thanks a lot for looking into this. Wanrong