Hi Florian, Florian Beck <f...@miszellen.de> writes:
> Missed that. But this reverts commit > 3ec38f5c064c3270f54876ba33c5ca1097b46853 [1] (in org-map-entries) > > I was talking about > fe3379bda6ca23474639b114592958bf14431c88 [2] (which did the same to > org-agenda-prepare-buffer) > > In fact, the revert *caused* my bug. Again, the recipe: > > The bug doesn't really move the point, rather it recenters the current > line. To see it, move into the middle of a document, unfold a second > level headline and in the middle of the window execute > > (org-map-entries (lambda () > ;; do something or even nothing > ) nil 'tree) > > This works correctly if either commit [1] is restored or [2] is > reverted. I partially revert [2] (only replacing `save-window-excursion' by `save-excursion') and didn't touch [1] -- if we can produce a bug from there, let's fix it the right way this time. Thanks in advance for digging further, -- Bastien