Explorar o código

Autoload org-mobile.el

Carsten Dominik %!s(int64=15) %!d(string=hai) anos
pai
achega
71d5620c0b
Modificáronse 2 ficheiros con 9 adicións e 0 borrados
  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.