From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Headline with 2 timestamps is displayed only once in the agenda Date: Tue, 21 Apr 2009 11:03:26 +0200 Message-ID: <87ljpu2xb5.fsf@thinkpad.tsdh.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwBtM-0006p5-DC for emacs-orgmode@gnu.org; Tue, 21 Apr 2009 05:03:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwBtH-0006ol-N9 for emacs-orgmode@gnu.org; Tue, 21 Apr 2009 05:03:47 -0400 Received: from [199.232.76.173] (port=42692 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwBtH-0006oi-IR for emacs-orgmode@gnu.org; Tue, 21 Apr 2009 05:03:43 -0400 Received: from main.gmane.org ([80.91.229.2]:41516 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 1LwBtG-00089U-Sf for emacs-orgmode@gnu.org; Tue, 21 Apr 2009 05:03:43 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LwBtD-0003j8-AB for emacs-orgmode@gnu.org; Tue, 21 Apr 2009 09:03:39 +0000 Received: from dhcp61.uni-koblenz.de ([141.26.71.61]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Apr 2009 09:03:39 +0000 Received: from tassilo by dhcp61.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Apr 2009 09:03:39 +0000 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 all, I have this entry in an org-file. --8<---------------cut here---------------start------------->8--- ** Übung Grundlagen der Softwaretechnik (B 016) :teaching: <2009-04-22 Wed 08:30-10:00 +1w> <2009-04-29 Wed 10:15-11:45> (Für Hannes übernehmen) --8<---------------cut here---------------end--------------->8--- I expect it to be displayed every wednesday after 2009-04-22 for 08:30-10:00 and on 2009-04-29 it should be displayed twice: one at the usual time and one for 10:15-11:45. But the agenda shows only the regular entry (08:30-10:00) and omitts the exception. If I reorder the timestamps, so that the exception comes first, only the exception will be shown on 2009-04-29. Every other wednesday shows the regular repeater date. What do I have to do to make that entry showing up twice on 29th April? BTW: Is it possible to specify an end date for repeating events? Currently I just deactivate timestamps when they're obsolete, but sometimes I'd like to check which appointments I had some month ago. Bye, Tassilo