Browse Source

Autoload org-mobile.el

Carsten Dominik 15 years ago
parent
commit
71d5620c0b
2 changed files with 9 additions and 0 deletions
  1. 2 0
      lisp/ChangeLog
  2. 7 0
      lisp/org.el

+ 2 - 0
lisp/ChangeLog

@@ -15,6 +15,8 @@
 
 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
 
+	* org.el (org-autoload): Autoload org-mobile.el.
+
 	* org-id.el (org-id-get): Fix bug with forcing ID on an item.
 
 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>

+ 7 - 0
lisp/org.el

@@ -3223,6 +3223,13 @@ If yes, offer to stop it and to save the buffer with the changes."
    "org-indent"
    '(org-indent-mode)))
 
+;; Autoload org-mobile.el
+
+(eval-and-compile
+  (org-autoload
+   "org-mobile"
+   '(org-mobile-push org-mobile-pull org-mobile-create-sumo-agenda)))
+
 ;; Autoload archiving code
 ;; The stuff that is needed for cycling and tags has to be defined here.