Emacs: Remove */5 minute org-mobile pull
Alan Pearce alan@alanpearce.co.uk
Thu, 14 Jan 2016 19:42:10 +0100
1 files changed, 1 insertions(+), 5 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -1676,11 +1676,7 @@ (install-monitor (file-truename (concat (file-name-as-directory org-mobile-directory) org-mobile-capture-file)) - 5) - - ;; Do a pull every 5 minutes to circumvent problems with timestamping - ;; (ie. dropbox bugs) - (run-with-timer 0 (* 5 60) 'org-mobile-pull))))) + 5))))) #+END_SRC * Programming