Mapping: More user control over the location from where mapping continues.
commitc9675ebc9652d65592f5e711fa9df9623f8f4a97
authorCarsten Dominik <carsten.dominik@gmail.com>
Sun, 5 Apr 2009 11:41:36 +0000 (5 13:41 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Sun, 5 Apr 2009 11:41:59 +0000 (5 13:41 +0200)
treed50b80d659be8eb3f6d95c7044a20b109eb4ea65
parentb811ec9cb01057b759a73ab13e951796dfe16d3d
Mapping:  More user control over the location from where mapping continues.

Mapping call a function for each matching entry.  So far this has
always assumed that the entry stays in the buffer and search can
continue from there.  However, when the mapper function removes the
tree, more control is needed to specify from where the search should
continue.

The action function handed to the mapping function can now set the
variable `org-map-continue-from' to the position from where mapping
should continue.
doc/org.texi
lisp/ChangeLog
lisp/org.el