From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: BUG?: repeat items disappears in agenda Date: Fri, 18 Jan 2008 11:04:43 -0500 Message-ID: <4790CE1B.8040701@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 1JFtiB-0000xU-GB for emacs-orgmode@gnu.org; Fri, 18 Jan 2008 11:04:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFti9-0000wN-F3 for emacs-orgmode@gnu.org; Fri, 18 Jan 2008 11:04:55 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFti9-0000wE-7U for emacs-orgmode@gnu.org; Fri, 18 Jan 2008 11:04:53 -0500 Received: from rv-out-0910.google.com ([209.85.198.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JFti8-000852-Lp for emacs-orgmode@gnu.org; Fri, 18 Jan 2008 11:04:52 -0500 Received: by rv-out-0910.google.com with SMTP id c27so1440262rvf.6 for ; Fri, 18 Jan 2008 08:04:50 -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: emacs-orgmode@gnu.org Hi, Carsten, I am excited to try out the new features in 5.19, but one thing I tried first is to see whether the "task disappearing" behavior for repeat TODO items has changed. Seems it did not. I am not sure whether this is considered a bug, but in short the symptom is this: Suppose I have a repeat task: * TODO [#A] A repeat task test SCHEDULED: <2008-01-15 Tue +1w> And today is Friday, Jan 18. The task will show in my agenda for today. But, if I change the above task to: * TODO [#A] A repeat task test SCHEDULED: <2008-01-14 Mon +1w> It will disappear from my agenda for today. But it still shows up in my agenda for Monday, Jan 14, and Monday, Jan 21. It seems to me that once today's date is closer to the next occurrence of a repeat item than the overdue one, the item will disappear. I guess this will push me to finish a repeat task ASAP, but still, I am a little bit nervous that something I am suppose to do may disappear from my agenda. Thanks a lot for taking a look of this. Wanrong