From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ihor Radchenko Subject: Re: Bug: Incorrect behaviour of org-schedule when defining a time interval [9.2.3 (9.2.3-17-g4df705-elpaplus @ /home/yantar92/.emacs.d/elpa/org-plus-contrib-20190513/)] Date: Tue, 23 Jul 2019 10:41:45 +0800 Message-ID: <87k1c9eal2.fsf@yantar92-laptop.i-did-not-set--mail-host-address--so-tickle-me> References: <87zhlone4u.fsf@yantar92-laptop.i-did-not-set--mail-host-address--so-tickle-me> <874l3w7woq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54526) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hpklZ-00032t-MS for emacs-orgmode@gnu.org; Mon, 22 Jul 2019 22:43:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hpklX-00039u-Fp for emacs-orgmode@gnu.org; Mon, 22 Jul 2019 22:43:01 -0400 Received: from mail-pf1-x444.google.com ([2607:f8b0:4864:20::444]:41276) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hpklT-0002xD-HG for emacs-orgmode@gnu.org; Mon, 22 Jul 2019 22:42:57 -0400 Received: by mail-pf1-x444.google.com with SMTP id m30so18328317pff.8 for ; Mon, 22 Jul 2019 19:42:52 -0700 (PDT) In-Reply-To: <874l3w7woq.fsf@gmail.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.org@gnu.org Sender: "Emacs-orgmode" To: Matthew Piziak Cc: emacs-orgmode@gnu.org > That includes agenda scheduling filters. I recently tried to use the format. Actually, agenda fails to recognise schedule interval like "SCHEDULED: <2019-07-23 Tue 23:00-29:00>". The task is not shown in agenda view with error "org-duration-to-minutes: Invalid duration format: "+5:00"". The problem is reproducible with emacs -Q. Best, Ihor Matthew Piziak writes: >> obviously wrong > > It's natural to think so, but my Org mode correctly interprets `Tue > 25:00` as being equivalent to `Wed 01:00`. That includes agenda > scheduling filters. > > This format is used in the real world sometimes too, especially for > things like TV showings that span across the midnight boundary, as in > your example.