From mboxrd@z Thu Jan 1 00:00:00 1970 From: hobbes@poukram.net (=?utf-8?Q?R=C3=A9mi?= Letot) Subject: Re: managing a shared project using org-mobile ? Date: Sat, 05 Feb 2011 12:25:51 +0100 Message-ID: <87bp2q205c.fsf@sphax.lybrafox.lan> References: <87lj1vttis.fsf@sphax.lybrafox.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=38965 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlgHI-0003A5-3q for emacs-orgmode@gnu.org; Sat, 05 Feb 2011 06:26:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PlgHH-0006Nm-23 for emacs-orgmode@gnu.org; Sat, 05 Feb 2011 06:26:07 -0500 Received: from lo.gmane.org ([80.91.229.12]:42362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PlgHG-0006Na-Q8 for emacs-orgmode@gnu.org; Sat, 05 Feb 2011 06:26:07 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PlgHE-0004XB-Ue for emacs-orgmode@gnu.org; Sat, 05 Feb 2011 12:26:04 +0100 Received: from 91.180.214.211 ([91.180.214.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Feb 2011 12:26:04 +0100 Received: from hobbes by 91.180.214.211 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Feb 2011 12:26:04 +0100 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: emacs-orgmode@gnu.org Leo Noordhuizen writes: > Maybe you can make use of Dropbox to share the file(s) ? Yep, I just realized that sharing an org file is not that easy, I need a backend that can handle merging and conflict resolution. Now dropbox is not an option for me for privacy reasons (and besides I don't think they handle conflicts and merging), but I could easily setup an hg repository and some glue to handle that from emacs. I'm even sure that I'm not the first one to tackle that, so the recipe is probably out there waiting for my google foo :-) But that leaves mobile-org out of the picture, I don't think it can handle merging and conflict resolution. The mobile part being a requirement for us, I'll have to find another solution than org for that particular project :-( Thanks anyway, -- RĂ©mi