emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Holger Wenzel <drholgerwenzel@googlemail.com>
To: emacs-orgmode@gnu.org
Subject: Re: What WebDAV service do you use for syncing org files?
Date: Thu, 21 Oct 2010 11:27:14 +0200	[thread overview]
Message-ID: <87k4lb28wd.fsf@googlemail.com> (raw)
In-Reply-To: AANLkTi=jHM3_pWvbSxKjzyaR8nAk7Oxu=GZ59EoST9_d@mail.gmail.com

Hi Jeff,

> Well, I just answered my own question as far as getting MobileOrg to
> work... I just set the WebDAV directory to a local directory within
> Dropbox. I thought it had to be WebDAV (like that would make a
> difference).
>
> I'm still interested to know what everyone uses to sync working files, though.


I've got my Android rooted and have a ssh server running there. 

Then I use the following hooks to run the scp command to copy the files
back and forth.
 
(setq org-mobile-post-push-hook  '(lambda ()
																		(shell-command "scp ~/org/mobile/*.org magic_home:/sdcard/stage")
																		))
(setq org-mobile-pre-pull-hook 
			'(lambda ()
				 (shell-command "scp magic_home:/sdcard/mobileorg/mobileorg.org /home/hw/org/mobile")
				 )
			)

So my org files never leave my network and all traffic is encrypted. 

There is an ftp-server available for Android phones that should let you
do similar things, if you didn't root your phone.

Holger

  reply	other threads:[~2010-10-21  9:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-21  8:19 What WebDAV service do you use for syncing org files? Jeff Horn
2010-10-21  8:38 ` Jeff Horn
2010-10-21  9:27   ` Holger Wenzel [this message]
2010-10-21 17:33     ` Jeff Horn
2010-10-21 19:09       ` Holger Wenzel
2010-11-01  5:18         ` Jeff Horn
2010-10-21  9:28   ` Jean-Marie Gaillourdet
2010-10-21 12:52 ` Greg Troxel
     [not found] ` <AANLkTimv7KcpdLu_aUeZ8HKbNFb91=yjCnOpf9zVYTe1@mail.gmail.com>
2010-10-21 17:37   ` Jeff Horn

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=87k4lb28wd.fsf@googlemail.com \
    --to=drholgerwenzel@googlemail.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).