John Mathena <jmmath...@gmail.com> writes: > In Org 9.4.4, you can fix this issue with a snippet like this: > ... > (setq org-map-continue-from (org-element-property :begin > > I believe this is a result of recent additions in org-scan-tags - I hit a > dead end there while trying to determine the exact cause of the change (the > caching stuff that was added is spooky for a new user like me). > > Is the snippet above no longer expected to work in Org 9.5.2 due to the > logic for mapping over entries having changed, or is this a bug? If it's > the former, what's the intended way of archiving all DONE tasks in a file > now?
Hi. Sorry for the inconvenience. The logic has indeed been changed to speed things up. I tried to make sure that org-map-continue-from is not broken, but your scenario is apparently not covered by our tests. Let me investigate and fix this. Best, Ihor