emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug: org-map-entries infinite loop for org file with tags [9.2.6 (9.


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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]