emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] MobileOrg


From: John Hendy
Subject: Re: [O] MobileOrg
Date: Sat, 1 Mar 2014 21:20:39 -0600

On Sat, Mar 1, 2014 at 9:14 PM, John Hendy <address@hidden> wrote:

[snip]

>> 1. What needs to be setup for the first time push from Emacs to the
>> Dropbox Apps/MobileOrg directory?
>
> I added the following to .emacs:
>
> #+begin_src .emacs
>
> ;; where are the .org files you want on your phone?
> (setq org-directory "~/vault/personal/home-notes")
>
> ;; where is your sync directory going to be?
> (setq org-mobile-directory "~/Dropbox/mobile-org")
>
> ;; if you make changes on your phone, where do you want the chnages
> ;; to live?
> (setq org-mobile-inbox-for-pull "~/vault/personal/home-notes/mobileorg.org")

Skimming this to make sure I didn't mess anything up... the above
caught my eye. I momentarily wondered if the inbox-for-pull file
should be in my computer's directory where the master .org files are,
or pointing to that file in my Dropbox folder. Checked the
documentation, which says:

#+begin_src org-mobile-inbox-for-pull doc

org-mobile-inbox-for-pull is a variable defined in `org-mobile.el'.
Its value is "~/vault/personal/home-notes/mobileorg.org"
Original value was
"~/org/from-mobile.org"

Documentation:
The file where captured notes and flags will be appended to.
During the execution of `org-mobile-pull', the file
`org-mobile-capture-file' will be emptied it's contents have
been appended to the file given here.  This file should be in
`org-directory', and not in the staging area or on the web server.

You can customize this variable.

#+end_src

So, whew. It should live in what I'm calling the "master directory"
where your computer's files are, not where you're staging for sync
with the phone (Dropbox in this case).


John


[snip]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]