Variable: org-mobile-post-push-hook

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

Value

nil

Documentation

Hook run after running org-mobile-push.

If Emacs does not have direct write access to the WebDAV directory used by the mobile device, this hook should be used to copy all files from the local staging directory org-mobile-directory 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-push-hook nil
  "Hook run after running `org-mobile-push'.
If Emacs does not have direct write access to the WebDAV directory used
by the mobile device, this hook should be used to copy all files from the
local staging directory `org-mobile-directory' to the WebDAV directory,
for example using `rsync' or `scp'.")