summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2016-01-14 19:42:10 +0100
committerAlan Pearce2016-01-14 19:42:10 +0100
commitb49b2c6b5057689e3d2b22c7f8deb4a68e834e97 (patch)
treef226c11a66753958236613bd8788dba987bd4607 /tag-emacs/emacs.d
parent839dd59b474a365419f921600ed5aaea8add628b (diff)
downloaddotfiles-b49b2c6b5057689e3d2b22c7f8deb4a68e834e97.tar.lz
dotfiles-b49b2c6b5057689e3d2b22c7f8deb4a68e834e97.tar.zst
dotfiles-b49b2c6b5057689e3d2b22c7f8deb4a68e834e97.zip
Emacs: Remove */5 minute org-mobile pull
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org6
1 files changed, 1 insertions, 5 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 1bdfac0..012c4da 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1676,11 +1676,7 @@ I can use this to keep a journal.  I should use it.
                                 (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