From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinout van Rees Subject: Re: mobile org Date: Tue, 20 Apr 2010 09:44:25 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O48Ds-0000PZ-Uv for emacs-orgmode@gnu.org; Tue, 20 Apr 2010 03:50:21 -0400 Received: from [140.186.70.92] (port=58021 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O48Dq-0000On-GE for emacs-orgmode@gnu.org; Tue, 20 Apr 2010 03:50:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O48Dj-0006Ez-Cv for emacs-orgmode@gnu.org; Tue, 20 Apr 2010 03:50:16 -0400 Received: from lo.gmane.org ([80.91.229.12]:53473) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O48Dj-0006E3-03 for emacs-orgmode@gnu.org; Tue, 20 Apr 2010 03:50:11 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O48Db-0000XZ-JX for emacs-orgmode@gnu.org; Tue, 20 Apr 2010 09:50:03 +0200 Received: from 194.151.158.193 ([194.151.158.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Apr 2010 09:50:03 +0200 Received: from reinout by 194.151.158.193 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Apr 2010 09:50:03 +0200 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: emacs-orgmode@gnu.org On 04/20/2010 04:12 AM, clsnyder wrote: > Hi > > I have a web-dav set up via dreamhost on a remote server > (http://myfile.clsnyder.com/orgmode/index.org) > > I have mobile org on my iphone. > > When I ftp transferred files to the server, they show up on the iphone app, and > sync and work fine. > > I am unable to push or pull anything from my windows/mac home computers from the > server via emacs; > Under Org Mobile group, I put http://myfile.clsnyder.com/orgmode/ as the org > mobile directory (where would I input the username and password?) > > When I try to push files and views or get captured, I get a > "org-mobile-check-setup: Please set `org-directory' to the directory where your > org files live" error > > ? any ideas In your emacs config, you need to set that org-directory variable so that org mode knows where to get/send the files. See http://orgmode.org/manual/Setting-up-the-staging-area.html For instance: (setq org-mobile-directory "/scp:yoursever.org:orgmode/") You've set the "org mobile directory": please check whether that ended up as 'org-mobile-directory' in your emacs config. Perhaps you only set it once and didn't save the settings? Another point: sure that the "http://" of yours is writable? I'd rather expect ftp or https or scp instead of plain http. Reinout