Variable: org-mobile-post-pull-hook

org-mobile-post-pull-hook is a variable defined in org-mobile.el.gz.

Value

nil

Documentation

Hook run after running org-mobile-pull, only if new items were found.

If Emacs does not have direct write access to the WebDAV directory used by the mobile device, this hook should be used to copy the emptied capture file mobileorg.org back to the WebDAV directory, for example using rsync or scp.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-mobile.el.gz
(defvar org-mobile-post-pull-hook nil
  "Hook run after running `org-mobile-pull', only if new items were found.
If Emacs does not have direct write access to the WebDAV directory used
by the mobile device, this hook should be used to copy the emptied
capture file `mobileorg.org' back to the WebDAV directory, for example
using `rsync' or `scp'.")