From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Moreland Subject: Re: Re: OrgMobile - just a little help? Date: Fri, 30 Jul 2010 09:29:16 -0400 Message-ID: References: <4C52A069.1030800@fastmail.fm> <4C52C89F.2000806@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=39443 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OepeJ-0006OW-Gf for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 09:29:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OepeI-000531-70 for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 09:29:19 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:62008) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OepeI-00052u-4e for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 09:29:18 -0400 Received: by gxk4 with SMTP id 4so802945gxk.0 for ; Fri, 30 Jul 2010 06:29:17 -0700 (PDT) In-Reply-To: <4C52C89F.2000806@fastmail.fm> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: erwinpanen@fastmail.fm Cc: emacs-orgmode@gnu.org On Fri, Jul 30, 2010 at 8:42 AM, Erwin Panen wrote= : > A couple more questions: > - Suppose I have my main.org, containing a tasklist. > =A0 =A0Is it correct that, on the mobile device, I can only change status= , > priority & tags > =A0 =A0But I can't add a new *task* or item?? This is correct, you can't modify the outline's structure. The idea is you can edit tasks if you need to (mark as done, edit content, etc) and you can capture new notes. When you get back to your PC and you org-mobile-pull, the changes you made are integrated back into the real org files on your desktop. New notes are added into from-mobile.org for you to refile as you please. You would then org-mobile-push again to make sure the server gets the latest integrated copies. > - I'm also confused about file location(s) > =A0 =A01. org-mobile-directory "~/Dropbox/MobileOrg > =A0 =A02. org-mobile-inbox-for-pull "~/git/org/from-mobile.org" > =A0 =A0I've also read that "By default all agenda files (as listed in > org-agenda-files)" are pushed to MobileOrg using Push / Pull > =A0 =A0Is it then true, that e.g. agenda files located in ~/git/org/ will= ALSO > by synched to MobileOrg? Sorry, not exactly sure what you mean here, but all files listed in org-agenda-files are 'staged' during org-mobile-push. If you have extra files in ~/git/org/ that aren't in org-agenda-files, they won't be available in MobileOrg. > =A0 =A0What is the purpose of the "Show app badge" in Settings on the iPa= d It was suggested that the app badge indicate outstanding edits you've made that haven't been synced yet. The idea is that you can make some offline edits and click 'Sync' at your convenience. The badge helps you remember to do that. > =A0 =A0Do you have any plans for a HD version? (iPad) I've been tinkering with a new version that runs on iOS 4 (to support the fast app-switching, which is great by the way) and iPad. There are some tweaks that need to be made still, if anyone wants to volunteer I'd be happy to help :) I think this example configuration might clarify things for you: ;; You should only touch these files, treat them as you normally would (setq org-directory "~/git/org") ;; You should never touch these files with your editor. Org-mobile-push and -pull are responsible for putting files into and pulling files out of this directory. (setq org-mobile-directory "~/Dropbox/MobileOrg") So in your case, it is probably best to empty the contents of ~/Dropbox/MobileOrg, set the variables as described above, then do an org-mobile-push again. Hope this helps, Richard