Allen Li writes:

> Hello,
>
> I've started using MobileOrg to do capturing and simple Org tasks on my
> phone.  Although it seems to work well enough so far, running
> org-mobile-push and org-mobile-pull synchronously locks up Emacs for an
> unacceptably long period of time.
>
> Does anyone have any asynchronous solutions for MobileOrg syncing?

You can just use a cronjob like:

*/10  *  *  *  *  emacs --batch --load ~/.emacs --eval "(org-mobile-pull)" 
--eval "(org-mobile-push)"

This executes the whole process in the background with another instance of
emacs running in batch-mode.

Sven

-- 
Sven Bretfeld
Department of Philosophy and Religious Studies
NTNU Trondheim


Reply via email to