From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ANN] New Org duration library Date: Tue, 14 Feb 2017 10:01:52 +0100 Message-ID: <87zihpjgcf.fsf@nicolasgoaziou.fr> References: <87bmu6p4f5.fsf@nicolasgoaziou.fr> <20170214091712.725025f4@gaia> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdYzn-0003ii-VB for emacs-orgmode@gnu.org; Tue, 14 Feb 2017 04:02:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdYzm-0004nS-QD for emacs-orgmode@gnu.org; Tue, 14 Feb 2017 04:02:00 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:43339) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cdYzm-0004m0-Kd for emacs-orgmode@gnu.org; Tue, 14 Feb 2017 04:01:58 -0500 In-Reply-To: <20170214091712.725025f4@gaia> (Detlef Steuer's message of "Tue, 14 Feb 2017 09:17:12 +0100") 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: Detlef Steuer Cc: emacs-orgmode@gnu.org Hello, Detlef Steuer writes: > after updating org this morning from git I get: > > org-duration-to-minutes: Invalid duration format: " 9:00" > > if I try to invoke my agenda with C-c a a > > What gives me headaches: I don't use, AFAIK, durations anywhere > and a grep over my org files shows *no* occurence of " 9:00". > > This is the complete relevant part of the message buffer: > > org-duration-to-minutes: Invalid duration format: " 9:00" > Quit > Making completion list... [2 times] > Quit [4 times] > Saving file /home/steuer/.emacs.d/init.el... > Wrote /home/steuer/.emacs.d/init.el > Press key for agenda command (unrestricted): > org-duration-to-minutes: Invalid duration format: " 9:00" > > Any idea? My agenda is inaccessible for me at the moment, what is > not so nice. I didn't allow leading or trailing blanks in durations. Apparently, Agenda needs this. So I updated the regexps. Please update Org and tell me if it works now. Regards, -- Nicolas Goaziou