From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id uGc9FoZd8WY4cQAA62LTzQ:P1 (envelope-from ) for ; Mon, 23 Sep 2024 12:22:30 +0000 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id uGc9FoZd8WY4cQAA62LTzQ (envelope-from ) for ; Mon, 23 Sep 2024 14:22:30 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "emacs-orgmode-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="emacs-orgmode-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1727094150; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=LrhLOxGMfp4D6+1PAYKIUjSyPaHVVL8jLQVoh1FgmQw=; b=qixmKMsVfpHQGL7Qh1vrjB4Y+e7ymAphQa0hGlO4H4VT7S6QZKiLJDbz1ix7MYDhb2k4Ah flzsYPp+srZvzFjRNYY7cjrFDxJ6SsfjURv86N8ZZUdH9jJKcg0HHxC+Xjp1zGB28/TCdK i0HImXZJY3MbzzuZeiqCYXkemhTWq7WHa3Z3wxNcnnJ9lv6arBUoDWtBP8IxdP1dnINv2c wuonF6Qx6lVDOYa9ZbXULshY7WXMUOLqrFCibigrFT79W3Kc5kZfEhnpxtdaCflWfrZsvx pm9imt2uwuXXkD6r9Q7Fojq6DQSl2XqUKbRmZThGgEWGAvhMpU+d9aWXVCd3EQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "emacs-orgmode-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="emacs-orgmode-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1727094150; a=rsa-sha256; cv=none; b=kao2D3Ysj96SzOgcsfP3JwWboqztH1vf6tH+1RxDpErZafe0nOEk8iicVt+8u7o23ayx+p 1zcYcJfdFX98YuUlHYDG2A5u8+LWYPM5L7Z9CXF1uTHAvn5+2pk/nlYnidelBClBY1i+nY 95zhqWl+8CM4vFMqa09wl6DJ9zcBFLfBytpaZWPcxyLJe9lE+PP2wuAk7HJx/5AvFcbudG au3FMcSLFCrzq+uKyuLpQVv9zW1qoZx/48pbTGb1nwiz9P6kHLgamZu4ORMDetWpZDF6By 4pnoM5H4jOQnI/mce/vb0hyLwzz6j2Vq8kbOnvq4iJMyhp2dvUw5Fqa5BAyK7A== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 10847D5E7 for ; Mon, 23 Sep 2024 14:22:30 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ssi4M-0003Q2-4T; Mon, 23 Sep 2024 08:21:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ssi4J-0003Pp-Cg for emacs-orgmode@gnu.org; Mon, 23 Sep 2024 08:21:31 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ssi4H-0003Ri-3j for emacs-orgmode@gnu.org; Mon, 23 Sep 2024 08:21:31 -0400 Received: by mail.gandi.net (Postfix) with ESMTPSA id 678F82000E; Mon, 23 Sep 2024 12:21:22 +0000 (UTC) Message-ID: Date: Mon, 23 Sep 2024 14:21:21 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [BUG] Regression: org-duration fails to support duration ranges since Org 9.0.6 Content-Language: en-US To: Ihor Radchenko Cc: emacs-orgmode@gnu.org References: <8734m1ktv9.fsf@localhost> <4b0d8deb-585e-4dd5-a332-72de057a3247@cosent.net> <87ed5cruis.fsf@localhost> From: Guido Stevens Organization: Cosent -:- social knowledge technology In-Reply-To: <87ed5cruis.fsf@localhost> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-GND-Sasl: guido.stevens@cosent.net Received-SPF: pass client-ip=217.70.183.200; envelope-from=guido.stevens@cosent.net; helo=relay7-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: emacs-orgmode-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -4.51 X-Spam-Score: -4.51 X-Migadu-Queue-Id: 10847D5E7 X-Migadu-Scanner: mx10.migadu.com X-TUID: QlHKkqmMDGEb Thanks for looking into this, Ihor. On 9/22/24 09:56, Ihor Radchenko wrote: >> 2. Set estimate "1d-2d" on a task (C-c C-x e) > > At this point, using emacs -Q, I am getting > > Debugger entered--Lisp error: (error "Invalid duration format: \"1d-2d\"") > error("Invalid duration format: %S" "1d-2d") > > In other words, such ranges are not supported in Effort property. > > I am not sure what Doom does so that you are not getting that error. My bad. Invalid reproduction. My local patch for org-duration-to-minutes must've been active when doing that, because org-duration-to-minutes is called by org-set-effort to validate the new input value. > As a workaround, I suggest using some other property for your effort > estimates. Then, est+ summary in column view will work without errors. Thanks, I have done just that now. -- Guido Stevens | Cosent | https://cosent.nl s o c i a l k n o w l e d g e t e c h n o l o g y