From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Advice needed: Cant find a decent way to autosync my work TODO org file between laptop and work pc Date: Sat, 24 May 2014 18:54:26 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoKq2-0004sA-5F for emacs-orgmode@gnu.org; Sat, 24 May 2014 18:54:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WoKpt-0001Rf-2Y for emacs-orgmode@gnu.org; Sat, 24 May 2014 18:54:50 -0400 Received: from mail-qc0-x231.google.com ([2607:f8b0:400d:c01::231]:61242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WoKps-0001RZ-Td for emacs-orgmode@gnu.org; Sat, 24 May 2014 18:54:40 -0400 Received: by mail-qc0-f177.google.com with SMTP id i17so10136360qcy.36 for ; Sat, 24 May 2014 15:54:40 -0700 (PDT) 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: Xebar Saram Cc: org mode Do you have auto-revert enabled for that file? At the top of a dropbox-shared Org file I have this: # -*- coding: utf-8; eval: (auto-revert-mode 1); -*- I still find it a bit buggy, and also have this code snippet which I execute whenever I begin editing in that Org file. I also try to remember to save it when done. #+BEGIN_SRC emacs-lisp :results none (revert-buffer nil t) #+END_SRC -k. On 2014-05-24 at 01:11, Xebar Saram wrote: > Hi all > > i need to sync my main work TODO org file between my work PC and laptop i > carry around on work related trips and when im at home. i have tried > several methods buy really none of them work. > > i mainly used git over the last 6 months but that forces me to > pull/commit/push manually each time i add something to either machine and > that is really annoying. plus i get merge conflicts all the time > > I have tried dropbox at the past but again this causes conflicts, > isntreliable to me (on my > linux laptop it doesn't always resume sync after sleep) > > I am using linux (arch linux on laptop and debian on work PC to be precise) > > Also i use mobileorg on phones/tablets which works with various levels of > success :) > > any advice would be hugely appreciated! > > thanks alot > > Z