From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: MobileOrg, webdav, correct use of org-mobile-directory? Date: Sun, 12 Aug 2012 09:11:06 -0400 Message-ID: <32411.1344777066@alphaville> References: <87d32w6cqj.wl%jamshark70@dewdrop-world.net> <29702.1344745760@alphaville> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0Xwp-00006X-6N for emacs-orgmode@gnu.org; Sun, 12 Aug 2012 09:11:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0Xwm-00019b-IR for emacs-orgmode@gnu.org; Sun, 12 Aug 2012 09:11:14 -0400 Received: from g6t0186.atlanta.hp.com ([15.193.32.63]:45941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0Xwm-00019R-D0 for emacs-orgmode@gnu.org; Sun, 12 Aug 2012 09:11:12 -0400 In-Reply-To: Message from James Harkins of "Sun, 12 Aug 2012 15:12:57 +0800." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: jamshark70@dewdrop-world.net Cc: emacs-orgmode@gnu.org James Harkins wrote: > On Aug 12, 2012 12:29 PM, "Nick Dokos" wrote: > > But from what you show below, you are not using cadaver (or anything > > webdav-related for that matter) to do the copying. You are using > > scp: *that*'s what you've got to get working. > > When configuring a new service, it's useful to conduct a minimal test to ensure that nothing is > wrong with the service. That was the point of using cadaver. > I agree completely, but the cadaver test does not have anything to do with copying files to the remote directory, only with the syncing part from the remote directory to your phone (assuming I've got things right: I don't have a smart phone, I don't use mobileOrg and I've not read the docs in detail). In this case, the proper minimal test is scp from the command line, not cadaver. OTOH, the cadaver test *is* useful at the other end of the conversation: if syncing to the phone does not work, then debugging webdav problems using cadaver is certainly indicated. > For my immediate needs, I think I can do without scp, since org-mode > and Apache are on the same machine. The broader point is about the > documentation. It says "do it this way" but "this way" doesn't work. I read the page on worg and I agree it's unclear: it talks about using webdav and then does not use webdav at all, just scp. But I don't agree that it does not work: I've done a minimal setup with scp and tramp and org-mobile-push/pull worked fine for me. I suspect that you are still having some setup problems as indicated in my other email. > > > > org-mobile-directory: /scpc:**user**@localhost:80/webdav/ > > > > > > > This looks wrong - if you try it with scp from the command line, can > > you copy a file to that destination? > > 1. How do I use scp from the command line? > Your other email shows that you figured this out. > 2. This destination is modeled on the docs, so if it's wrong, then so is the doc. > Not really: the destination in the doc does not specify the port (80). That's the HTTP port, so scp won't work with that - that's what I picked up when I said it looked wrong. It needs the sshd port (22 by default and implied if you leave it out of the scp path in tramp). > > Where does org-mobile-directory point to if not the "physical location > > of the webdav share"? The tramp stuff doesn't know or care about webdav > > at all: it is just the mechanism that copies files from your local > > machine to some other machine, so it needs to know exactly where to copy > > it to. > > Well, it almost looks to me like org-mobile-directory is asked to do two things at once: specify the > scp syntax *and* hold a path that can be resolved on the local file system. This is the source of my > confusion. > You mean the "remote file system" I think, but that's true: it does specify the protocol (scp) and the path. I think your confusion is that you also wanted it to be the webdav path and it just cannot be that. > At best, the docs are unclear. > Yup. > No matter for me. I'll just set org-mobile-directory to the physical, local path that is remotely > accessible by webdav. But the doc was rather misleading, suggesting that some editorial attention > would be warranted. > Amen to that. Nick > hjh > >