From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id iPlEEefm+F5VDQAA0tVLHw (envelope-from ) for ; Sun, 28 Jun 2020 18:52:23 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id oCgWDefm+F7yZwAA1q6Kng (envelope-from ) for ; Sun, 28 Jun 2020 18:52:23 +0000 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 6B21494053D for ; Sun, 28 Jun 2020 18:52:22 +0000 (UTC) Received: from localhost ([::1]:59670 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jpcPc-0003A0-2V for larch@yhetil.org; Sun, 28 Jun 2020 14:52:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57626) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jpcPB-00033B-CH for emacs-orgmode@gnu.org; Sun, 28 Jun 2020 14:51:53 -0400 Received: from latitanza.investici.org ([82.94.249.234]:57541) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jpcP8-0001Cx-Km for emacs-orgmode@gnu.org; Sun, 28 Jun 2020 14:51:53 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 5E886120184; Sun, 28 Jun 2020 18:51:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=anche.no; s=stigmate; t=1593370299; bh=WaKHrQ8glIbk4wIhLmvHUiQykpafak+MiwYx0FfF3Y4=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=Idpj/RVkn4hhn+CNcqECTOrhL104UKQKqKnPIWhOpsnGJ94+Q47/k9fm3VkjePbEq TW6m8jAUpMkrvXPf1sZz3loV1WTGCsuTJOvd/wt+a7mPnb26puMfaQ2nFqw6pEeCji Ay8oMsTtJNAH0Xn0d4tqAexCYLP8h4oZmPfrcsjY= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: mariotomo@inventati.org) by localhost (Postfix) with ESMTPSA id E960312017A; Sun, 28 Jun 2020 18:51:37 +0000 (UTC) Subject: Re: [bug] select TODO items and unexpected behaviour To: Kyle Meyer References: <01d77bed-49e4-51ef-3c56-868a27f39984@anche.no> <87o8p366pa.fsf@kyleam.com> From: Mario Frasca Message-ID: <10f954f3-0f17-ff93-cb49-bfb256a5e664@anche.no> Date: Sun, 28 Jun 2020 13:50:55 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <87o8p366pa.fsf@kyleam.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Received-SPF: pass client-ip=82.94.249.234; envelope-from=mario@anche.no; helo=latitanza.investici.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/28 14:51:39 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] 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, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=anche.no header.s=stigmate header.b=Idpj/RVk; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -1.21 X-TUID: FFkUx739QnGy On 28/06/2020 01:32, Kyle Meyer wrote: > Thanks for reporting. Looks like org-todo's call to org-map-entries has > been broken since its introduction in 7.8.05. Should be fixed with > 8a2eb7d1b. 3ed035ce3 with this patch, you don't need to locally redefine the org-loop-over-headlines-in-active-region variable, do you?