emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto
@ 2012-05-26 19:00 Orlando López D.
  2012-05-27  9:59 ` Ian Barton
  0 siblings, 1 reply; 9+ messages in thread
From: Orlando López D. @ 2012-05-26 19:00 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1152 bytes --]

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. = "~/DropBox/
...........").

I found some info on the web, which pointed to setting a parameter on
.emacs so that it identified while running on Windows, that it should look
into a directory structure.

Now, how should I accomplish this appropriately?

I found some examples of:

;;On Windows
(if (eq system-type 'windows-nt)
    (progn
       (setq default-directory "C:\Usuarios/User/")
     )
)

But it doesn't seem to be doing the job.

Thanks for any help.

[-- Attachment #2: Type: text/html, Size: 1293 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-05-29 19:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-26 19:00 Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto Orlando López D.
2012-05-27  9:59 ` Ian Barton
2012-05-28 14:45   ` Orlando
2012-05-29  7:17     ` Ian Barton
2012-05-29 12:43       ` Jonathan Leech-Pepin
2012-05-29 16:14         ` Orlando López D.
2012-05-29 17:38           ` Jonathan Leech-Pepin
2012-05-29 17:40             ` Orlando López D.
2012-05-29 19:54       ` Achim Gratz

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).