Re: [O] Favorite way of syncing?

2015-09-14 Thread Eric Abrahamsen
Myles English writes: > Eric, > > Eric Abrahamsen writes: > >> Myles English writes: >> >>> https://myrepos.branchable.com >>> https://github.com/RichiH/vcsh >>> http://gitolite.com/gitolite/index.html >> >> Uh oh, I might have to start playing

Re: [O] Favorite way of syncing?

2015-09-14 Thread Myles English
Eric, Eric Abrahamsen writes: > Myles English writes: > >> https://myrepos.branchable.com >> https://github.com/RichiH/vcsh >> http://gitolite.com/gitolite/index.html > > Uh oh, I might have to start playing with this! Though there's something > nice about the morning

Re: [O] Favorite way of syncing?

2015-09-13 Thread Paul Rudin
Eric S Fraga writes: > On Friday, 11 Sep 2015 at 18:42, Ramon Diaz-Uriarte wrote: > > [...] > >> I use syncthing (https://syncthing.net/) which, admittedly, does not >> require a server nor uses SSH :-). I keep four computers in sync this way, >> and also use it to

Re: [O] Favorite way of syncing?

2015-09-13 Thread Ramon Diaz-Uriarte
On Sun, 13-09-2015, at 09:07, Paul Rudin wrote: > Eric S Fraga writes: > >> On Friday, 11 Sep 2015 at 18:42, Ramon Diaz-Uriarte wrote: >> >> [...] >> >>> I use syncthing (https://syncthing.net/) which, admittedly, does not >>> require a server nor uses SSH

Re: [O] Favorite way of syncing?

2015-09-12 Thread Rasmus
Erik Hetzner writes: > 3. git-auto-commit-mode with the following setup: AFAIK, You could probably also use git-annex-assistant for this (with "normal" git as well as "annex"). It's starting to get to a level where I'm only a bit hesitant to recommend it... Rasmus -- Tack, ni

Re: [O] Favorite way of syncing?

2015-09-11 Thread Paul Rudin
Tobias Frischholz writes: > Hey there! > > I was wondering what is your favorite way of syncing your org files and > everything. > I’ve checked out unison, but I want more of an automated system that > synchronizes my two clients via an SSH server. > > So far, I’ve also read

Re: [O] Favorite way of syncing?

2015-09-11 Thread Ramon Diaz-Uriarte
On Fri, 11-09-2015, at 15:59, Tobias Frischholz wrote: > Hey there! > > I was wondering what is your favorite way of syncing your org files and > everything. I’ve checked out unison, but I want more of an automated > system that synchronizes my two clients via an SSH

Re: [O] Favorite way of syncing?

2015-09-11 Thread Eric S Fraga
On Friday, 11 Sep 2015 at 18:42, Ramon Diaz-Uriarte wrote: [...] > I use syncthing (https://syncthing.net/) which, admittedly, does not > require a server nor uses SSH :-). I keep four computers in sync this way, > and also use it to send/receive the org files (with MobileOrg) to/from Thanks

Re: [O] Favorite way of syncing?

2015-09-11 Thread Kyle Meyer
Myles English writes: >> I was wondering what is your favorite way of syncing your org files >> and everything. > > For org files I use git combined with myrepos and it has been working > very well for me for several years. For dotfiles I recently discovered > vcsh, also

Re: [O] Favorite way of syncing?

2015-09-11 Thread Myles English
Hi Tobias, Tobias Frischholz writes: > I was wondering what is your favorite way of syncing your org files and > everything. For org files I use git combined with myrepos and it has been working very well for me for several years. For dotfiles I recently discovered vcsh, also synced via

[O] Favorite way of syncing?

2015-09-11 Thread Tobias Frischholz
Hey there! I was wondering what is your favorite way of syncing your org files and everything. I’ve checked out unison, but I want more of an automated system that synchronizes my two clients via an SSH server. So far, I’ve also read that people use TRAMP in conjunction with an SSH Server

Re: [O] Favorite way of syncing?

2015-09-11 Thread Erik Hetzner
Hi Tobias, On Fri, 11 Sep 2015 06:59:31 -0700, Tobias Frischholz wrote: > > Hey there! > > I was wondering what is your favorite way of syncing your org files and > everything. > I’ve checked out unison, but I want more of an automated system that > synchronizes my two

Re: [O] Favorite way of syncing?

2015-09-11 Thread Eric Abrahamsen
Myles English writes: > Hi Tobias, > > Tobias Frischholz writes: > >> I was wondering what is your favorite way of syncing your org files and >> everything. > > For org files I use git combined with myrepos and it has been working > very well for me for several years.

Re: [O] Favorite way of syncing?

2015-09-11 Thread Eric Abrahamsen
On 09/11/15 20:59 PM, Tobias Frischholz wrote: >> I do this, too. I don't think Magit helps much, in fact I'd be better >> off writing functions for `emacs-startup-hook' and `kill-emacs-hook' >> that do my pushes and pulls for me. > > Those hooks sound very interesting to mean. Has anyone on this

Re: [O] Favorite way of syncing?

2015-09-11 Thread Jorge A. Alfaro-Murillo
Tobias Frischholz writes: I was wondering what is your favorite way of syncing your org files and everything. [...] I’ve also read about org-sync and magit (git is an option for me). And now I’m starting the get confused. magit is just the emacs mode for git, if you don't have it and use

Re: [O] Favorite way of syncing?

2015-09-11 Thread Alan Schmitt
Hello, I’m currently working on a single machine, but I may have a couple suggestions. On 2015-09-11 15:59, Tobias Frischholz writes: > Hey there! > > I was wondering what is your favorite way of syncing your org files and > everything. > I’ve checked out unison, but I want

Re: [O] Favorite way of syncing?

2015-09-11 Thread Tory S. Anderson
At the moment I'm using a self-hosted OwnCloud to do syncing; it's super easy (takes care of itself), but sometimes conflicts are a problem (particularly when I forget to save my buffers before leaving work); if you notice it, though, it provides a conflict version (and has automatic

Re: [O] Favorite way of syncing?

2015-09-11 Thread Eric S Fraga
On Friday, 11 Sep 2015 at 15:59, Tobias Frischholz wrote: > Hey there! > > I was wondering what is your favorite way of syncing your org files > and everything. I’ve checked out unison, but I want more of an > automated system that synchronizes my two clients via an SSH server. I use unison and

Re: [O] Favorite way of syncing?

2015-09-11 Thread Eric Abrahamsen
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes: > Tobias Frischholz writes: > >> I was wondering what is your favorite way of syncing your org files >> and everything. > [...] >> I’ve also read about org-sync and magit (git is an option for me). >> And now I’m starting the get

Re: [O] Favorite way of syncing?

2015-09-11 Thread Joon Ro
and Dropbox for other things. Best,Joon > From: torys.ander...@gmail.com > To: emacs-orgmode@gnu.org > Date: Fri, 11 Sep 2015 09:25:19 -0600 > Subject: Re: [O] Favorite way of syncing? > > At the moment I'm using a self-hosted OwnCloud to do syncing; it's > super easy