org-mobile: Added five new targets for edit nodes
commit29d17bd1e80ea371dd14db8ea7ac0ca2a8a7a993
authorHenning Weiss <hdweiss@gmail.com>
Tue, 22 May 2012 11:32:27 +0000 (22 13:32 +0200)
committerBastien Guerry <bzg@altern.org>
Thu, 5 Jul 2012 15:46:56 +0000 (5 17:46 +0200)
tree26c61d410d165b286817cf6cca2529f2cf2bb270
parenta6e4dcfb4d2bb76c73d59189ff7491c1c21eb8fe
org-mobile: Added five new targets for edit nodes

* lisp/org-mobile.el (org-mobile-edit): Added handling of
  addheading, refile, archive, archive-sibling and delete edit nodes.
(org-mobile-locate-entry): olp links containing only a file are now be
  located correctly.
(org-mobile-apply): Instead of finding the location of all target
  headings for edit nodes in a separate loop, they will be found
  immediately before applying edits.

org-mobile-apply needed to be changed, as the new edit nodes can
insert new headings or delete them, thereby changing the locations
of the target headings. Thanks to Aaron Peromsik for helping with
this patch.
lisp/org-mobile.el