From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anupam Sengupta Subject: Re: Bug: all todos receive a once used timestamp in agenda view Date: Fri, 24 Aug 2007 13:22:15 -0700 Message-ID: References: <26c2427e99682f3230a7a8f9b0dd1431@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOnuI-0005jX-QJ for emacs-orgmode@gnu.org; Sat, 25 Aug 2007 01:09:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOnuH-0005hc-BX for emacs-orgmode@gnu.org; Sat, 25 Aug 2007 01:09:57 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOnuG-0005gx-PX for emacs-orgmode@gnu.org; Sat, 25 Aug 2007 01:09:57 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IOkF0-0002A9-2l for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 21:15:06 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IOkEw-0000W8-Iq for emacs-orgmode@gnu.org; Sat, 25 Aug 2007 03:15:02 +0200 Received: from 216.138.123.172 ([216.138.123.172]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Aug 2007 03:15:02 +0200 Received: from anupamsg by 216.138.123.172 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Aug 2007 03:15:02 +0200 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 >>>>> "Rainer" == Rainer Stengele writes: Rainer> Carsten Dominik schrieb: >> Here is a quick update, bug fixes plus a few small features. Only on my >> website, not yet in Emacs - I don't have time right now. >> >> http://www.astro.uva.nl/~dominik/Tools/org/> Enjoy! >> [...] Rainer> Hello Carsten, thank you for the fast update! Rainer> I think a new bug appeared: Defining a daytime specific schedule for Rainer> a todo it happens that a lot (the rest? all appearing after the Rainer> todo) of todos will also wrongly show the time as schedule time in Rainer> agenda view. This appears to stay for all todos of the same day. For Rainer> the next day the agenda view is ok again. Rainer> Ah I checked again - all TODOs following a TODO with timestamped Rainer> schedule receive the same time stampuntil another time specific Rainer> schedule appears. After that all todos again receive the last Rainer> timestamp. Hi Carsten, I can confirm the same issue here. Here is a quick test case for the same: If the Org file looks like: * TODO This is a scheduled entry with a date and start time SCHEDULED: <2007-08-24 Fri 15:00> * TODO This is a scheduled entry with just a scheduled date (no time spec) SCHEDULED: <2007-08-24 Fri> * TODO This is a scheduled entry with a date and start/end times SCHEDULED: <2007-08-24 Fri 16:00-17:00> Then the second entry (note that this does not have a time specification) inherits the timestamp from the previous headline. Hence, the daily agenda view looks as: Day-agenda: Friday 24 August 2007 8:00-09:00 ---------------- 10:00-11:00 ---------------- 12:00-13:00 ---------------- 14:00-15:00 ---------------- test: 15:00-16:00 Scheduled: TODO This is a scheduled entry with just a scheduled date (no time spec) test: 15:00-16:00 Scheduled: TODO This is a scheduled entry with a date and start time 16:00-17:00 ---------------- test: 16:00-17:00 Scheduled: TODO This is a scheduled entry with a date and start/end times 18:00-19:00 ---------------- 20:00-21:00 ---------------- -- Anupam