From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Display of time/date ranges in the agenda Date: Wed, 05 Jan 2011 13:58:30 +0100 Message-ID: <87k4ijzevd.fsf@member.fsf.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=34763 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaSwy-0004xY-4H for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 07:58:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PaSwx-000187-4i for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 07:58:47 -0500 Received: from lo.gmane.org ([80.91.229.12]:57907) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PaSww-00017f-U7 for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 07:58:47 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PaSwv-0001et-6Q for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 13:58:45 +0100 Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Jan 2011 13:58:45 +0100 Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Jan 2011 13:58:45 +0100 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 an entry ** Statustreffen (Bad Homburg) <2011-01-17 Mon 12:00>--<2011-01-18 Tue 13:30> In the agenda, it shows up as: --8<---------------cut here---------------start------------->8--- Monday 17 January 2011 W03 uni: 12:00...... (1/2): Statustreffen (Bad Homburg) Tuesday 18 January 2011 uni: 12:00...... (2/2): Statustreffen (Bad Homburg) --8<---------------cut here---------------end--------------->8--- As the meeting is finished at 13:30, I'd like to have it shown like that: --8<---------------cut here---------------start------------->8--- Monday 17 January 2011 W03 uni: 12:00...... (1/2): Statustreffen (Bad Homburg) Tuesday 18 January 2011 uni: ......13:30 (2/2): Statustreffen (Bad Homburg) --8<---------------cut here---------------end--------------->8--- Is that possible? And does the current behavior qualify as a bug? I mean, 12:00 is part of the first timestamp, not the second... Bye, Tassilo