From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sven Bretfeld" Subject: Re: Google Tasks integration Date: 3 Sep 2011 19:44:08 +0200 Message-ID: <87ipp9frmf.fsf@gmx.ch> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzuGQ-0004WA-6V for emacs-orgmode@gnu.org; Sat, 03 Sep 2011 13:44:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzuGP-0000gG-Af for emacs-orgmode@gnu.org; Sat, 03 Sep 2011 13:44:18 -0400 Received: from mi.ruhr-uni-bochum.de ([134.147.64.30]:58029 helo=mx6.rz.ruhr-uni-bochum.de) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QzuGO-0000fw-Vf for emacs-orgmode@gnu.org; Sat, 03 Sep 2011 13:44:17 -0400 In-Reply-To: (Brad Collette's message of "Wed, 31 Aug 2011 08:33:48 -0500") 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: Brad Collette Cc: emacs-orgmode@gnu.org 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. =C2=A0Howeve= r, I'm less > satisfied with that. =C2=A0Having 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)" --e= val "(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.=20 Greetings, Sven