Hi. After you eval this (for instance to count the number of headlines under a 
tree):

  (org-map-entries 'ignore t 'tree)

you end up with a different view of the buffer because (org-narrow-to-subtree) 
was called. This seems an unwanted side effect since narrowing is not 
org-map-entries' job.

  Should (save-excursion) be used inside (org-map-entries ... 'tree) ?


-- Daniel


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to