Re: [O] MobileOrg

2015-11-21 Thread dean
On 11/22/15 09:52, Peter Davis wrote: > dean writes: > > Ok, I think I understand now. I can define org-mobile-files to be files > or directories. I did not see this variable referenced in the doc on > mobileorg.ncogni.to/doc/ Apparently it just defaults to > org-agenda-files,

Re: [O] MobileOrg

2015-11-21 Thread dean
once Dropbox syncs them.) I use 2 separate folders: 1 for my org files and another for MobileOrg files, just to make my life easier and then I don't have to let MobileOrg near my org files. If I'm ever in doubt I can wipe the MobileOrg folder and recreate all it's files with org-mobile-push. > Thank you, > -pd Hope this helps, Dean

Re: [O] MobileOrg

2015-11-21 Thread dean
On 11/22/15 07:17, John Hendy wrote: > On Sat, Nov 21, 2015 at 1:07 PM, Ed Hirgelt wrote: >> On Sat, 21 Nov 2015 10:42:24 -0500 > >> >> 3. Configure org on your desktop/laptop to export to >> ~/Dropbox/Apps/MobileOrg. > > Dropbox is back, and I was successful doing: > > - $ mkdir ~/Dropbox/mobi

Re: [O] MobileOrg

2015-11-20 Thread dean
same no matter how many pc's/emacs you use. Does this help answer your question? Cheers, Dean

[O] Outline and org-mode don't insert text into folded sections logically

2011-09-04 Thread Kelly Dean
Using Emacs 23.2.1, make a buffer in outline mode and enter this: *1A Body of 1A **2A Body of 2A ***3A Body of 3A *1B Body of 1B Now, collapse all except the first item, so you have: *1A Body of 1A... *1B... Put the point at the beginning of the line "*1B...", type "test" and press enter. Now yo