How to automatically do org-mobile-push org-mobile pull in emacs
问题 Since I am using org-mode to track my todo list in emacs, I like the iPhone app: MobileOrg, with it, I can access my todo list all day. But here's the problem: I have to manually org-mobile-push my changes from local file to mobile phone through dropbox, and org-mobile-pull the changes made by phone back. How to make that automatically? Like adding some recipes in dotemacs file. 回答1: Add these two lines to dot emacs file: (add-hook 'after-init-hook 'org-mobile-pull) (add-hook 'kill-emacs-hook