From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Moreland Subject: Re: org-mobile + git Date: Thu, 18 Feb 2010 20:36:12 -0500 Message-ID: <823188581002181736r66caf2d1l5715c4a3b479c854@mail.gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NiHn7-0007wZ-6Q for emacs-orgmode@gnu.org; Thu, 18 Feb 2010 20:36:25 -0500 Received: from [140.186.70.92] (port=41671 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiHn2-0007w1-MA for emacs-orgmode@gnu.org; Thu, 18 Feb 2010 20:36:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NiHmx-000145-V1 for emacs-orgmode@gnu.org; Thu, 18 Feb 2010 20:36:20 -0500 Received: from mail-bw0-f219.google.com ([209.85.218.219]:58278) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiHmx-00013l-QF for emacs-orgmode@gnu.org; Thu, 18 Feb 2010 20:36:15 -0500 Received: by bwz19 with SMTP id 19so869724bwz.26 for ; Thu, 18 Feb 2010 17:36:14 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Yuri de Wit Cc: emacs-orgmode@gnu.org Hi Yuri, Short answer: not directly. However, I've had success using a cron job on my server to periodically run git pull then org-mobile-push in batch mode, which takes the latest files and stages them into my webdav directory. You can also automate an org-mobile-pull to integrate changes made on the iPhone back into your git repository, then commit. Hope this helps, even though it isn't exactly what you're looking for. -Richard On Thu, Feb 18, 2010 at 8:24 PM, Yuri de Wit wrote: > I am quite happy storing my org-mode files in git repositories. Is there a > way to use org-mobile with git instead of WebDAV? > thanks, > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >