all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bingo UV <right.ho@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Asynchronous mobileorg push/pull
Date: Sun, 29 Nov 2015 22:42:56 +0530	[thread overview]
Message-ID: <20151129224256.371b7e7b@dhcppc15> (raw)
In-Reply-To: <87vb8sss3w.fsf@ntnu.no>

On Mon, 23 Nov 2015 15:33:23 +0100
Sven Bretfeld <sven.bretfeld@gmx.ch> wrote:

> You can just use a cronjob like:
> 
> */10  *  *  *  *  emacs --batch --load ~/.emacs --eval
> "(org-mobile-pull)" --eval "(org-mobile-push)"
> 
> This executes the whole process in the background with another
> instance of emacs running in batch-mode.
> 
> Sven
> 

The problem with this is that the other instance of emacs writes
org files and the main instance of emacs then warns quite rightly about
files on the disk changing outside of that emacs. Isn't there the
danger of losing data with this mechanism? Or am I missing some simple
defense against such data loss?

org-mobile-push could have been a read-only operation on the org
files, but it creates the PROPERTIES drawer if missing. org-mobile-pull
obviously writes into org files. So my fear is that in the worst case
both of these can cause data loss. Does that make sense?

thanks

      reply	other threads:[~2015-11-29 17:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-19 17:06 Asynchronous mobileorg push/pull Allen Li
2015-11-23 14:33 ` Sven Bretfeld
2015-11-29 17:12   ` Bingo UV [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151129224256.371b7e7b@dhcppc15 \
    --to=right.ho@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.