From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Re: Google Tasks integration Date: Tue, 06 Sep 2011 11:09:36 -0500 Message-ID: <4E6645C0.5000903@sift.info> References: <87ipp9frmf.fsf@gmx.ch> Reply-To: rpgoldman@sift.info Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0yDV-0000fV-4N for emacs-orgmode@gnu.org; Tue, 06 Sep 2011 12:09:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0yDT-0001ma-2W for emacs-orgmode@gnu.org; Tue, 06 Sep 2011 12:09:40 -0400 Received: from mpls.sift.info ([75.146.46.193]:35809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0yDS-0001mE-VV for emacs-orgmode@gnu.org; Tue, 06 Sep 2011 12:09:39 -0400 Received: from rpgoldman-3.sift.info (rpgoldman-3.sift.info [192.168.1.102]) by mpls.sift.info (Postfix) with ESMTPSA id 0F27C723CD for ; Tue, 6 Sep 2011 11:09:37 -0500 (CDT) In-Reply-To: <87ipp9frmf.fsf@gmx.ch> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode On 9/3/11 Sep 3 -12:44 PM, Sven Bretfeld wrote: > Hi Brad > > I don't know anything about your question proper, but ... > > Brad Collette writes: > >> I've also been using mobileorg to get my stuff on my iphone. However, I'm less >> satisfied with that. Having to both push and pull from both ends to keep things >> in sync is a pain and I often forget. > > This is absolutely automatized on my system. I don't have to do anything > except keep the computer running. As an Android user I don't know if > MobileOrg on iPhone can sync automatically, the Android app can. I have > configured it to sync every 30 min. on my phone and pad. My computer > runs a cronjob every 20 minutes that pulls and pushes. Here is the > script that does the job: > > #!/bin/bash > > emacs --batch --load ~/.emacs --eval "(gtd)" --eval "(org-mobile-pull)" --eval "(org-save-all-org-buffers)" --eval "(org-mobile-push)" > > If you are on Linux or Mac the script should work as a cronjob. I don't > know about Windows. > Could you amplify a little on how this works? I believe that org-mobile-push is a side-effecting operation (among other things it adds ID properties). So how can you run this cron job all the time? Doesn't it interact badly with running your own interactive emacs job? thanks, r