From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: funny bug if shifting scheduled items Date: Tue, 22 Sep 2015 21:24:59 +0200 Message-ID: <87fv26b6k4.fsf@nicolasgoaziou.fr> References: <20150921091129.490e6a8c@gaia> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeT9y-0003uD-V8 for emacs-orgmode@gnu.org; Tue, 22 Sep 2015 15:23:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeT9y-00065d-95 for emacs-orgmode@gnu.org; Tue, 22 Sep 2015 15:23:26 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:51279) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeT9y-000656-2b for emacs-orgmode@gnu.org; Tue, 22 Sep 2015 15:23:26 -0400 In-Reply-To: <20150921091129.490e6a8c@gaia> (Detlef Steuer's message of "Mon, 21 Sep 2015 09:11:29 +0200") 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.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Detlef Steuer Cc: emacs-orgmode@gnu.org Hello, Detlef Steuer writes: > Met this funny bug in the morning. > > (orgmode version: git from today) > > Given the file > > * Testappointment > SCHEDULED: <2015-09-21 Mo 23:00-23:55> > > If I now shift the *starttime* using shift-uparrow > the *endtime* goes to 24:00, 24:05 etc. > > If I keep shifting the *endtime* goes from > 24:55 to 24:00 again. > > The *starttime* correctly rolls over to 0:00 . Fixed, somewhat. Thank you. Note that it can still produce meaningless timestamps, e.g., <2015-09-21 Mo 23:00-23:55> => <2015-09-21 Mo 23:05-00:00> but at least, it is predictable. Regards, -- Nicolas Goaziou