From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan G. Subject: Re: advice needed: how do you guys sync org files between devices? Date: Tue, 2 Jul 2013 16:59:16 +0000 (UTC) Message-ID: References: <20130702101723.GA26752@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu45n-0004gT-CQ for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 13:10:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uu45i-0004Ss-SB for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 13:10:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:42510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu45i-0004Sl-LM for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 13:10:10 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uu45b-00047Z-Bz for emacs-orgmode@gnu.org; Tue, 02 Jul 2013 19:10:03 +0200 Received: from 85.219.26.62.dyn.user.ono.com ([85.219.26.62]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Jul 2013 19:10:03 +0200 Received: from jmg by 85.219.26.62.dyn.user.ono.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Jul 2013 19:10:03 +0200 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: emacs-orgmode@gnu.org Xebar Saram gmail.com> writes: > Alan, a unison guide focused on org would be great as some of the guys mentioned. As an example, I use the following ~/.unison/Org.prf file to sync files between Org folders on a Debian Linux laptop and an Android phone: # Unison preferences label = Org-mode root = /home/shared/Org root = /media/8A07-A343/Org times = true perms = 0o1702 prefer = newer ignore = Name {.directory} Of course the two Linux and Android roots are just an example. The line "perms = 0o1702" solved some permission problems with the card in the Android phone.