From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Require feedback on an idea: move to a central server all my org file and edit from there? Date: Sat, 23 Jan 2016 13:10:34 +0000 Message-ID: <87twm4786t.fsf@ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMyUM-0003Hl-V6 for emacs-orgmode@gnu.org; Sat, 23 Jan 2016 08:44:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMyUJ-0003Hw-PD for emacs-orgmode@gnu.org; Sat, 23 Jan 2016 08:44:26 -0500 Received: from mail-db3on0114.outbound.protection.outlook.com ([157.55.234.114]:55744 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMyUJ-0003Hl-Gn for emacs-orgmode@gnu.org; Sat, 23 Jan 2016 08:44:23 -0500 In-Reply-To: (Xebar Saram's message of "Sat, 23 Jan 2016 09:22:47 +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: Xebar Saram Cc: org mode On Saturday, 23 Jan 2016 at 09:22, Xebar Saram wrote: > Hi all > > Was wondering about input regarding having all my orgmode files on a > remote server and editing from there? I have a similar situation to you (4 machines, using git + unison) and sympathise. I have managed to be careful enough that it works for me. However, using a remote server could be quite easy using Emacs remote access capabilities. For instance, you can have your org agenda files include remote files: (setq org-agenda-files '( "/ssh:a.remote.hostname.org:/home/user/myremotefile.org" "a.local.file.org")) this will work nicely *if* you have a robust and low latency connection to the remote server. Of course, the other solution is to use some proprietary cloud server as somebody else has already noted. -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3.3-475-g58af2e