From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dietmar Winkler Subject: Re: Problem with pushing to webdav server [6.35g] Date: Thu, 3 Jun 2010 08:17:13 +0000 (UTC) Message-ID: References: <4C03A142.8000403@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=60301 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OK5et-0007XD-8T for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 04:20:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OK5eo-0004SY-7C for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 04:20:11 -0400 Received: from lo.gmane.org ([80.91.229.12]:47010) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OK5eo-0004Rw-1h for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 04:20:06 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OK5ek-0001Z0-WF for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 10:20:03 +0200 Received: from pc88180.hit.no ([128.39.88.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Jun 2010 10:20:02 +0200 Received: from dietmarw by pc88180.hit.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Jun 2010 10:20:02 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Dietmar Winkler gmx.de> writes: > Investigating further showed that tramp seems to not call the correct > org-mobile-directory > > e.g., '(org-mobile-directory "/davs:123456 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 mediacenter.gmx.net") + '(org-mobile-directory "/davs:123456 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/