From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 8DgAJ5KxAGTz+gAAbAwnHQ (envelope-from ) for ; Thu, 02 Mar 2023 15:24:18 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id ADS0JpKxAGQ/4QAA9RJhRA (envelope-from ) for ; Thu, 02 Mar 2023 15:24:18 +0100 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 336B917C21 for ; Thu, 2 Mar 2023 15:24:17 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pXjqF-0007Wl-S6; Thu, 02 Mar 2023 09:23:32 -0500 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 1pXjqE-0007WP-1s for Emacs-orgmode@gnu.org; Thu, 02 Mar 2023 09:23:30 -0500 Received: from mail-qk1-x732.google.com ([2607:f8b0:4864:20::732]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pXjqC-0005wU-7J for Emacs-orgmode@gnu.org; Thu, 02 Mar 2023 09:23:29 -0500 Received: by mail-qk1-x732.google.com with SMTP id o9so5963855qkh.6 for ; Thu, 02 Mar 2023 06:23:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chen-becker.org; s=google; t=1677767007; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=0aC2QexXYPoS+nsAWHWPimTvXeIk4Hva9WEqxzMSpc8=; b=V7RhEGhv+3cg/dCScThzEHjNwcn40wVoQ++DxM8s5IufzsUCuaoCib9hnqWXWrZ9fn obfCPqTMqPPm+ydnw09LfWY7nCgWVcGOmnIwja4iiYnOvP5ccDCq9tAb1UAYDB0HB2wm QgMwVmCnGHgoY/+Xo9Bu2mTEp7LekH0CFfj42CDk81lNLE2J8N/e2uH7M2Usz9lPKOU0 3kFULKrysQXlVk233PJLiCDC6hkpEyDVjuI+ZcOGpPls1E8PBtDOeeI9i9LaYYIwwcSu B7jjR6YPw85Mnwiv3QrIRNEcxDq22a3RTTKqMcJ1fJncSSo4UZ4Xxw0mtweKGQSYdpbP 7xuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677767007; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=0aC2QexXYPoS+nsAWHWPimTvXeIk4Hva9WEqxzMSpc8=; b=ZXkV5nr3xZwHBFkU0ezs8NZWp9HL/jV0Ai6hsgCy8tXlF/7ibtUabBM6Tt0j7uEZvD gUGslw4x+W3bWgU2h/xG/dmCVzKJsDNeQI23gpU/rLo+E8KwleD/pP5on6qIZeA/SuoN u4Y57im51ulyoTDDDNWO9/OlND2/St7L++9wsDSjiAOD/6o9LCMNl+ikOwDcKDtAnZvf 3BwDt0JHarruzTyZdfxWiOX1/Is1IzEQym0tY7OVs5QwehBfWjXVTm9pXuV4hNEZp5L2 OjR5Aq+7g8FbTp+ITv8dGBvhD7mmVyflCvDFa1khz38d0rqin9mdg1u3U4XnVSNusLmD 0K9A== X-Gm-Message-State: AO0yUKXMXDL472V7xENGP6ovm1/nTL+k9UupG1+5nE5PJ8qiQibiqYYN Gj/tiCHDGvNzNceZa/j/rekKXTYD2CRJz/e5hF1SJQ== X-Google-Smtp-Source: AK7set81mApKs4JOyw0LzVQS8Nx8jK7d1exehwzdN9nh1KlihPSqIHWj3tLNSTPW9hYP2L4nmuxuTIiaddykLEaamhc= X-Received: by 2002:a37:a914:0:b0:742:7f24:4cdf with SMTP id s20-20020a37a914000000b007427f244cdfmr2623110qke.10.1677767006416; Thu, 02 Mar 2023 06:23:26 -0800 (PST) MIME-Version: 1.0 References: <87lekf5qtc.fsf@localhost> In-Reply-To: <87lekf5qtc.fsf@localhost> From: Derek Chen-Becker Date: Thu, 2 Mar 2023 07:23:16 -0700 Message-ID: Subject: Re: Effort range support broken? (est+) To: Ihor Radchenko Cc: Emacs-orgmode@gnu.org Content-Type: multipart/alternative; boundary="0000000000006f0b7b05f5eb92be" Received-SPF: pass client-ip=2607:f8b0:4864:20::732; envelope-from=derek@chen-becker.org; helo=mail-qk1-x732.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=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-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1677767057; a=rsa-sha256; cv=none; b=MvFOY57JnHPNYM3qBOz4vk8P6/b+7HuHTVOCbt3d+nX1X1ZnHjmqsckYUEegOZlJp1smbX XHmrj0i359unY2s3Dk/gUfpjPNBTOpx2ZhxepykEaQMg3M8vMWQbP5k5oEadfQUVlEYMJy UYjMldAiL2QQWnR/7s3FN0JSqWzUB0pxRPr8utEc7irdO1AgnbFcXznygJdMeD9xMykL87 1x5Uyg8LkF4qfbRFhbaGwXSZv20MwhT/vCbjdHARn6ONKOYIHLoI3/ngayf5vGkWH/djiT /G8dk4mX/yL6sPhyIpzNLfhP4XoU0vlLEluabEwoujKeTJLYLJ4/28BdJd1XkA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=chen-becker.org header.s=google header.b=V7RhEGhv; 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=1677767057; 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:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=0aC2QexXYPoS+nsAWHWPimTvXeIk4Hva9WEqxzMSpc8=; b=LzarcfdZVZdIyrakw1/0WtqDGzJlTN16ddYRWGDVLh2fvT3aq94p7Y3a3ksHGD2vzJtv3R IpNUhbFDn6AwavwbdDXJlLAYxQSn0pR3ji7HjZ1Fc0ukpnvNyZ4EMoVoo6r/VZvIA6lAmh CsoHjE42SHmlR8OZbjEAc7tHoAc2hV9AWjWAKtyOyjtoX09NxNkvCFuJx7noLAmbqeiWTi /dNVRJ4spUWuIoqQMn0sEyOfOZDtsuhEEQdw9DKFcyGQsh3S+awpX9sxTa4qFHhGgMJF4j A9R76amJLwjQYkcs+E74t/ZjlXc5jooxl5odgYMmqdrZ+SWQ6oQejLLvrcFbFg== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -3.69 X-Spam-Score: -3.69 X-Migadu-Queue-Id: 336B917C21 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=chen-becker.org header.s=google header.b=V7RhEGhv; 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 X-TUID: mim00RpW4kRt --0000000000006f0b7b05f5eb92be Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable It does seem broken for me on 28.2 (Org 9.5.5). I'll put together a minimum repro and submit. Thanks! Cheers, Derek On Thu, Mar 2, 2023 at 4:34=E2=80=AFAM Ihor Radchenko = wrote: > Derek Chen-Becker writes: > > > https://lists.gnu.org/archive/html/emacs-orgmode/2020-09/msg00571.html)= , > > and it appears that the range support for effort is still broken. I'm > > wondering if anyone knows how this could be fixed, since effort ranges > > would be really helpful for estimation. I'm a passable elisper, so I'm > > happy to help fix this if someone can point me in the right direction. > > Thanks for reporting! > > The next reply in the thread claims that the issue has been fixed: > https://list.orgmode.org/87zgww8i59.fsf@gnu.org/ > > Is it broken for you now, on the latest Org? > If so, could you please provide a reproducer? > See https://orgmode.org/manual/Feedback.html#Feedback > > -- > Ihor Radchenko // yantar92, > Org mode contributor, > Learn more about Org mode at . > Support Org development at , > or support my work at > --=20 +---------------------------------------------------------------+ | Derek Chen-Becker | | GPG Key available at https://keybase.io/dchenbecker and | | https://pgp.mit.edu/pks/lookup?search=3Dderek%40chen-becker.org | | Fngrprnt: EB8A 6480 F0A3 C8EB C1E7 7F42 AFC5 AFEE 96E4 6ACC | +---------------------------------------------------------------+ --0000000000006f0b7b05f5eb92be Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
It does seem broken for me on 28.2 (Org= 9.5.5). I'll put together a minimum repro and submit. Thanks!

Cheers,

Derek

On Thu, Mar 2, 2023 at 4:34=E2=80= =AFAM Ihor Radchenko <yantar92@po= steo.net> wrote:
Derek Chen-Becker <derek@chen-becker.org> writes:

> https://lists.gnu.org/arc= hive/html/emacs-orgmode/2020-09/msg00571.html),
> and it appears that the range support for effort is still broken. I= 9;m
> wondering if anyone knows how this could be fixed, since effort ranges=
> would be really helpful for estimation. I'm a passable elisper, so= I'm
> happy to help fix this if someone can point me in the right direction.=

Thanks for reporting!

The next reply in the thread claims that the issue has been fixed:
https://list.orgmode.org/87zgww8i59.fsf@gnu.org/=

Is it broken for you now, on the latest Org?
If so, could you please provide a reproducer?
See https://orgmode.org/manual/Feedback.html#Feedba= ck

--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,=
or support my work at <https://liberapay.com/yantar92>


--
+------------------------------------------= ---------------------+
| Derek Chen-Becker=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0|
| GPG Key available at https://keybase.io/dchenbecker and=C2=A0 =C2=A0 =C2=A0 =C2=A0|
| Fngrprnt: EB8A 6480 F0A3 C8EB C1E7=C2=A0 7F42 AFC5 = AFEE 96E4 6ACC=C2=A0 |
+---------------------------------------------------------------+

--0000000000006f0b7b05f5eb92be--