From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xebar Saram 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 20:28:23 +0200 Message-ID: References: <87twm4786t.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1147e4463a344f052a048051 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aN2vB-0002Ri-Ej for emacs-orgmode@gnu.org; Sat, 23 Jan 2016 13:28:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aN2v9-0002Gz-Rr for emacs-orgmode@gnu.org; Sat, 23 Jan 2016 13:28:25 -0500 Received: from mail-yk0-x22f.google.com ([2607:f8b0:4002:c07::22f]:36277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aN2v9-0002Gt-Lp for emacs-orgmode@gnu.org; Sat, 23 Jan 2016 13:28:23 -0500 Received: by mail-yk0-x22f.google.com with SMTP id v14so121410355ykd.3 for ; Sat, 23 Jan 2016 10:28:23 -0800 (PST) In-Reply-To: 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: John Kitchin , Marcin Borkowski Cc: org mode --001a1147e4463a344f052a048051 Content-Type: text/plain; charset=UTF-8 Thanks for the feedback guys! Marcin: do you know of good packages or methods to auto push/pull from emacs each time you save a file (preferably ones that dont require coding skills :-)) thx Z On Sat, Jan 23, 2016 at 4:58 PM, John Kitchin wrote: > you might adapt this: https://github.com/bbatsov/super-save > > it saves buffers when they lose focus. You could also have them commit and > push with a little more work. > > John > > ----------------------------------- > Professor John Kitchin > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin > http://kitchingroup.cheme.cmu.edu > > > On Sat, Jan 23, 2016 at 8:10 AM, Eric S Fraga wrote: > >> 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 >> >> > --001a1147e4463a344f052a048051 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks for the feedback guys!

Marcin: d= o you know of good packages or methods to auto push/pull from emacs each ti= me you save a file (preferably ones that dont require coding skills :-))

thx

Z

On Sat, Jan 23, 2016 at 4:5= 8 PM, John Kitchin <jkitchin@andrew.cmu.edu> wrote:
you might adapt this:=C2= =A0http= s://github.com/bbatsov/super-save

it saves buffers w= hen they lose focus. You could also have them commit and push with a little= more work.

John

---------------------= --------------
Professor John Kitchin=C2=A0
Doherty Hall A207F
Dep= artment of Chemical Engineering
Carnegie Mellon University
Pittsburgh= , PA 15213
412-268-7803

On Sat, Jan 23, 2016 at 8:10 AM, Eric S Frag= a <e.fraga@ucl.ac.uk> wrote:
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) a= nd
sympathise.=C2=A0 I have managed to be careful enough that it works for
me.=C2=A0 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 '(
=C2=A0 "/ssh:a.remote.hostname.org:/home/user/myremotefile.org"=
=C2=A0 "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=



--001a1147e4463a344f052a048051--