From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: org-map-entries infinite loop for org file with tags [9.2.6 (9.2.6-elpa @ /home/ian/.emacs.d/elpa/org-9.2.6/)] Date: Wed, 05 Feb 2020 08:13:18 +0100 Message-ID: <877e11cxrl.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50333) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izEsC-0005Ac-Di for emacs-orgmode@gnu.org; Wed, 05 Feb 2020 02:13:23 -0500 In-Reply-To: (ian martins's message of "Thu, 24 Oct 2019 06:46:35 -0400") 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: ian martins Cc: emacs-orgmode@gnu.org Hi Ian, > Running org-map-entries on an org file with tags results in an infinite > loop. FWIW, I cannot reproduce this. > Example function using org-map-entries: > > (defun org-map-entries-test () > (interactive) > (org-map-entries '(lambda () (message "%s" (org-entry-properties > (point) 'standard)))) > (message "done")) > > Example org file: > > * one > * two > * three > :noexport: The above exemple is not a valid org file, the tag should be on the same line than the headline... but perhaps that's just because your email was sent as HTML. Thanks, -- Bastien