Re: [O] Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto

2012-05-29 Thread Ian Barton
On 28/05/12 15:45, Orlando wrote: Ian Bartonlistsat wilkesley.net writes: On 26/05/12 20:00, Orlando López 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

Re: [O] Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto

2012-05-29 Thread Jonathan Leech-Pepin
Hello, I think by default Windows tries to treat C:\ as ~ when it isn't explicitly defined beforehand. If you evaluate the following, does it give the same Windows path as to the actual folder? #+begin_src emacs-lisp (expand-file-name ~/Dropbox/MobileOrg) #+end_src If not you'll want to try

Re: [O] Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto

2012-05-29 Thread Orlando López D .
Jonathan, Thanks for your attention to this matter. After doing an evaluation, I am getting the correct path on my Windows machine, which is c:/Users/User/Dropbox/MobileOrg What do you recommend that I try next? Thanks, On Tue, May 29, 2012 at 7:43 AM, Jonathan Leech-Pepin

Re: [O] Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto

2012-05-29 Thread Jonathan Leech-Pepin
Orlando, Is your username on the machine User? If it isn't you'll have to change User to whatever your account name is. If it is the right username, then I'm not sure why it wouldn't be detecting the correct path. Regards, On Tue, May 29, 2012 at 12:14 PM, Orlando López D.

Re: [O] Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto

2012-05-29 Thread Orlando López D .
Yes, my user on the computer is User. Thanks, On Tue, May 29, 2012 at 12:38 PM, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com wrote: Orlando, Is your username on the machine User? If it isn't you'll have to change User to whatever your account name is. If it is the right username,

Re: [O] Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto

2012-05-29 Thread Achim Gratz
Ian Barton writes: I haven't used emacs on Windows for a long time. However, I don't know if Windows understands the concept of ~/, unless there is some emacs configuration that allows this. Have you tried setting the paths explicitly e.g. (setq org-directory C:/DropBox/org) Emacs understands

Re: [O] Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto

2012-05-28 Thread Orlando
Ian Barton lists at wilkesley.net writes: On 26/05/12 20:00, Orlando López 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

Re: [O] Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto

2012-05-27 Thread Ian Barton
On 26/05/12 20:00, Orlando López 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

[O] Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto

2012-05-26 Thread Orlando López D .
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