From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jude DaShiell Subject: Re: Bug? Multi day event with times Date: Sun, 26 Jan 2020 13:03:51 -0500 Message-ID: References: <20200116145402.37faae44@gaia> <87wo9eb0ni.fsf@gnu.org> <20200126184955.544b07ad@linux-h0yu.plc.hootoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51009) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ivmGJ-0001yO-7v for emacs-orgmode@gnu.org; Sun, 26 Jan 2020 13:03:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ivmGI-0004gk-4r for emacs-orgmode@gnu.org; Sun, 26 Jan 2020 13:03:55 -0500 In-Reply-To: <20200126184955.544b07ad@linux-h0yu.plc.hootoo.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: Detlef Steuer , emacs-orgmode@gnu.org Cc: Bastien On Sun, 26 Jan 2020, Detlef Steuer wrote: > Date: Sun, 26 Jan 2020 12:49:55 > From: Detlef Steuer > To: emacs-orgmode@gnu.org > Cc: Bastien > Subject: Re: Bug? Multi day event with times > > Am Sun, 26 Jan 2020 18:14:25 +0100 > schrieb Bastien : > > > Hi Detlef, > > > > Detlef Steuer writes: > > > > > Stumbled upon this: > > > > > > ( emacs 26.3, org-contrib-plus 20191118, linux) > > > > > > In my orgfile I have: > > > ** some travel > > > <2020-01-30 Do 10:00>-<2020-02-01 Sa 16:00> > > > > > > In the agenda that is shown as: > > > Donnerstag 30 January 2020 > > > unsorted: 10:00-11:00 (1/3): some travel > > > Freitag 31 January 2020 > > > unsorted: (2/3): some travel > > > Samstag 1 February 2020 > > > unsorted: 16:00-17:00 (3/3): some travel > > > > I'm not sure what's not working as expected here. > > > > Can you restate it again? > > Hi Bastien, > > the travel has a *time range*, but both times are used as *time stamps* > with default length 1h, only the date part is used as a range. > > In the original case I tried to put the leaving times of my booked > railway connections into the range hoping to see: > > Donnerstag 30 January 2020 > unsorted: 10:00 (1/3): some travel > Freitag 31 January 2020 > unsorted: (2/3): some travel > Samstag 1 February 2020 > unsorted: 16:00 (3/3): some travel > > I understand, why is shown what is shown. > But maybe there is room for improvement. > > May be: > Donnerstag 30 January 2020 > unsorted: 10:00-23:59 (1/3): some travel > Freitag 31 January 2020 > unsorted: (2/3): some travel > Samstag 1 February 2020 > unsorted: 00:00-16:00 (3/3): some travel > > Or > Donnerstag 30 January 2020 > unsorted: 10:00- (1/3): some travel > Freitag 31 January 2020 > unsorted: (2/3): some travel > Samstag 1 February 2020 > unsorted: -16:00 (3/3): some travel > > Is there a way to achieve one of the above? > > Thanks > Detlef > There's a duration command in orgmode, but it handles at most 24 hours or less. If that duration could cross midnight, I think you could use that and solve this problem. > > > > > Thanks, > > > > > --