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/


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to