org-mode/lisp
Carsten Dominik 8cb1d66f86 Mapping: Restore point and restriction in current buffer.
Daniel Clemente writes:

    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) ?

He is right, and save-restriction is needed as well.  This is
what this commit implements.
2009-01-14 21:22:37 +01:00
..
ChangeLog Mapping: Restore point and restriction in current buffer. 2009-01-14 21:22:37 +01:00
ChangeLog.01 Split ChangeLog file into parts. 2008-05-08 08:16:38 +02:00
org-agenda.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-archive.el Call org-reveal after archiving 2009-01-13 19:03:08 -05:00
org-attach.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-bbdb.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-bibtex.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-clock.el Maintenance: Rename some ill-named functions. 2009-01-08 11:19:37 +01:00
org-colview-xemacs.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-colview.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-compat.el Maintenance: Better implementation of `fit-window-to-buffer'. 2009-01-09 09:09:42 +01:00
org-exp.el Bugfix: Avoid emphasis processing across lines and fields in tables. 2009-01-09 09:53:17 +01:00
org-export-latex.el Bugfix: Avoid emphasis processing across lines and fields in tables. 2009-01-09 09:53:17 +01:00
org-faces.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-footnote.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-gnus.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-id.el Maintenance: Declare a function. 2009-01-09 08:33:00 +01:00
org-info.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-irc.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-jsinfo.el Bugfix: Protect string-match against nil string. 2009-01-08 15:35:32 +01:00
org-list.el Editing: Automatic empty lines before new entries. 2009-01-08 09:30:55 +01:00
org-mac-message.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-macs.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-mew.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-mhe.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-mouse.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-plot.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-publish.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-remember.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-rmail.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-table.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-timer.el Maintenance: Define a variable. 2009-01-08 11:20:06 +01:00
org-vm.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-w3m.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-wl.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org.el Mapping: Restore point and restriction in current buffer. 2009-01-14 21:22:37 +01:00