Variable: org-mobile-pre-pull-hook
org-mobile-pre-pull-hook is a variable defined in org-mobile.el.gz.
Value
nil
Documentation
Hook run before executing org-mobile-pull.
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 capture file
mobileorg.org from the WebDAV location to the local staging
directory org-mobile-directory.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-mobile.el.gz
(defvar org-mobile-pre-pull-hook nil
"Hook run before executing `org-mobile-pull'.
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 capture file
`mobileorg.org' from the WebDAV location to the local staging
directory `org-mobile-directory'.")