Variable: org-mobile-pre-push-hook
org-mobile-pre-push-hook is a variable defined in org-mobile.el.gz.
Value
nil
Documentation
Hook run before running org-mobile-push.
This could be used to clean up org-mobile-directory, for example to
remove files that used to be included in the agenda but no longer are.
The presence of such files would not really be a problem, but after time
they may accumulate.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-mobile.el.gz
(defvar org-mobile-pre-push-hook nil
"Hook run before running `org-mobile-push'.
This could be used to clean up `org-mobile-directory', for example to
remove files that used to be included in the agenda but no longer are.
The presence of such files would not really be a problem, but after time
they may accumulate.")