emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Problem with pushing to webdav server [6.35g]


From: Dietmar Winkler
Subject: [Orgmode] Re: Problem with pushing to webdav server [6.35g]
Date: Thu, 3 Jun 2010 08:17:13 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Dietmar Winkler <dietmarw <at> gmx.de> writes:
> Investigating further showed that tramp seems to not call the correct
> org-mobile-directory
> 
> e.g.,  '(org-mobile-directory "/davs:123456 <at> mediacenter.gmx.net")
> 
> but actually
> 
> Tramp: Sending command `ssh davs   -q -e none && exit || exit'

OK I found the error myself

- '(org-mobile-directory "/davs:123456 <at> mediacenter.gmx.net")
+ '(org-mobile-directory "/davs:123456 <at> mediacenter.gmx.net:/")

Thing is that tramp will refuse to connect to that location because it's a
remote host and dav(s) only works on local hosts. But I thought that tramp makes
use of gvfs in the background. But apparently it doesn't. I'm using Emacs 23.1.1
which includes tramp so what am I missing to connect to a dav(s) server via 
gvfs?

/Dietmar/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]