From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Sync org-mode files in different computers Date: Tue, 21 Oct 2008 20:39:54 -0400 Message-ID: <873aipcvj9.fsf@gollum.intra.norang.ca> References: <87vdvl4i5g.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsRlZ-0003wO-43 for emacs-orgmode@gnu.org; Tue, 21 Oct 2008 20:40:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsRlX-0003vn-4p for emacs-orgmode@gnu.org; Tue, 21 Oct 2008 20:40:00 -0400 Received: from [199.232.76.173] (port=36046 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsRlW-0003vk-UM for emacs-orgmode@gnu.org; Tue, 21 Oct 2008 20:39:58 -0400 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:50234) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KsRlW-00053S-NK for emacs-orgmode@gnu.org; Tue, 21 Oct 2008 20:39:58 -0400 In-Reply-To: <87vdvl4i5g.fsf@gmail.com> (=?utf-8?Q?=22Fl=C3=A1vio?= de Souza"'s message of "Tue\, 21 Oct 2008 21\:56\:11 -0200") 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: =?utf-8?Q?Fl=C3=A1vio?= de Souza Cc: emacs-orgmode@gnu.org flaviostz@gmail.com (Fl=C3=A1vio de Souza) writes: > Hi, I am a new emacs user and I am exploring org-mode which is really ama= zing. > > I would like to know how I sync org-mode files in different computer over= local=20 > network and over the internet. Hi, I personally use git to sync my org-mode files but there are lots of tools available to sync files across multiple machines. Some options are: - put your org-mode files in a source control system (git, svn, whatever system you are used to) and check out the files on all your target systems - Use unison - Use rsync You'll probably want to investigate what works best for your usage scenario. -Bernt