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/)]

2020-02-11 Thread Bastien
ian martins writes: > Thanks for looking into it. The problem was most likely an > incompatibility between emacs 24.5.1 and org 9.2.6. I upgraded emacs > and it went away. Great, thanks for confirming! -- Bastien

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/)]

2020-02-11 Thread ian martins
Thanks for looking into it. The problem was most likely an incompatibility between emacs 24.5.1 and org 9.2.6. I upgraded emacs and it went away. On Wed, Feb 5, 2020 at 2:13 AM Bastien wrote: > Hi Ian, > > > Running org-map-entries on an org file with tags results in an infinite > > loop. > >

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/)]

2020-02-04 Thread Bastien
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"

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/)]

2019-10-29 Thread ian martins
Running org-map-entries on an org file with tags results in an infinite loop. Example function using org-map-entries: (defun scrum-test () (interactive) (org-map-entries '(lambda () (message "%s" (org-entry-properties (point) 'standard (message "done")) Example org

Re: [O] 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/)]

2019-10-24 Thread John Kitchin
This worked fine for me with org 9.2.3 and 9.2.6 with emacs 26.1. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

[O] 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/)]

2019-10-24 Thread ian martins
Running org-map-entries on an org file with tags results in an infinite loop. 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"))