Re: [O] Asynchronous mobileorg push/pull

2015-11-29 Thread Bingo UV
On Mon, 23 Nov 2015 15:33:23 +0100 Sven Bretfeld wrote: > 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 i

Re: [O] Asynchronous mobileorg push/pull

2015-11-23 Thread Sven Bretfeld
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 a

[O] Asynchronous mobileorg push/pull

2015-11-19 Thread Allen Li
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 M