From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Problem with pushing to webdav server [6.35g] Date: Thu, 3 Jun 2010 10:26:40 +0200 Message-ID: <76B65237-2716-41E9-9274-E2BEDCEC46B3@gmail.com> References: <4C03A142.8000403@gmx.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=34551 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OK5lQ-0001WF-IS for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 04:26:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OK5lJ-0005g6-Pz for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 04:26:56 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:46335) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OK5lJ-0005fu-Ka for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 04:26:49 -0400 Received: by wwb24 with SMTP id 24so3365722wwb.0 for ; Thu, 03 Jun 2010 01:26:44 -0700 (PDT) In-Reply-To: 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: Dietmar Winkler Cc: emacs-orgmode@gnu.org Hi Dietmar, this may be worth a FAQ entry. Can I convince you to write one. I am sure there are other webdav issues that could be added to this. The FAQ has now a new section about MobileOrg... - Carsten On Jun 3, 2010, at 10:17 AM, Dietmar Winkler wrote: > 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/ > > > _______________________________________________ > 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 - Carsten