[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Syncing methods for org files and org-mobile.el
From: |
Nick Dokos |
Subject: |
Re: [O] Syncing methods for org files and org-mobile.el |
Date: |
Fri, 13 Jan 2017 11:18:03 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
Eric S Fraga <address@hidden> writes:
> On Friday, 13 Jan 2017 at 14:13, Anssi Saari wrote:
>> Between Emacsen files saved in Dropbox works fine (although I'd rather
>> not use Dropbox for anything) but on mobile Dropbox doesn't sync as far
>> as I know.
>
> I'm not sure what you mean but, in the Android version of mobileorg,
> syncing with Dropbox happens automatically with the frequency I specify.
I'm guessing he means that the syncing has to be event-driven, not
time-driven. He wants the sync to happen just before emacs exits:
that way, everything is up to date. Time-driven syncing would be
racy.
I wonder if there is a before-exit hook that can be used.
--
Nick