From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto Date: Sun, 27 May 2012 10:59:39 +0100 Message-ID: <4FC1FB0B.5090405@wilkesley.net> References: Reply-To: ian@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYaGe-00089I-M5 for emacs-orgmode@gnu.org; Sun, 27 May 2012 06:00:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SYaGc-00009n-6b for emacs-orgmode@gnu.org; Sun, 27 May 2012 06:00:08 -0400 Received: from mail2.wilkesley.net ([109.74.196.44]:38392 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYaGc-0008O8-16 for emacs-orgmode@gnu.org; Sun, 27 May 2012 06:00:06 -0400 Received: from [192.168.0.183] (unknown [217.146.125.41]) (Authenticated sender: lists@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id 3907B35E804 for ; Sun, 27 May 2012 10:59:41 +0100 (BST) In-Reply-To: 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: emacs-orgmode@gnu.org On 26/05/12 20:00, Orlando L=F3pez D. wrote: > I configured emacs org-mode on a Mac, working properly, having my org > files and MobileOrg file within my DropBox folder ( ~/DropBox/ ). > > Now, I will like to get my emacs setup working properly on my Windows > box. I have been able to get it working in terms of reading my .emacs > file and emacs.d folder, shared through simlink config. > > Everything seems to be working properly, except that when I want to > execute org-mobile-pull or org-mobile-push on Windows, I get the > following error: "Variable `org-mobile-directory` must point to an > existing directory " > > The problem seems to be that emacs isn't configured to read or point to > the org-mobile directory , per the paths set in .emacs (eg. =3D > "~/DropBox/ ..........."). > Running on Linux I found I needed the following in my .emacs: (setq org-directory "~/dropbox/org/org_files") (setq org-mobile-directory "~/dropbox/MobileOrg") (setq org-mobile-inbox-for-pull=20 "~/dropbox/org/org_files/tasks/org_inbox.org") Have you got all these set? Somewhere there is a possible bug where a=20 misleading error message gets displayed referring to=20 org-mobile-directory, when it means org-directory. I keep meaning to try=20 and track it down. Ian.