From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Escriva Subject: Re: MobileOrg Date: Mon, 03 Mar 2014 11:20:43 -0800 Message-ID: References: <86lhwvzwhh.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKYPv-0000lc-FF for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 14:20:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKYPq-0004Ke-Ra for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 14:20:47 -0500 Received: from mail-pd0-x231.google.com ([2607:f8b0:400e:c02::231]:54509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKYPp-0004KQ-Lz for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 14:20:42 -0500 Received: by mail-pd0-f177.google.com with SMTP id g10so4072723pdj.36 for ; Mon, 03 Mar 2014 11:20:40 -0800 (PST) In-Reply-To: <86lhwvzwhh.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Masterson , emacs-orgmode@gnu.org Hi David, Yes, the maintainers are watching this list :) I'm one of them. It looks like John gave a nice thorough answer for most things, so I won't repeat his responses. David Masterson writes: > Anyone using MobileOrg on iOS? I can't figure out how to set it up from > the documentation -- I think I'm missing something. I have a number of > questions: > > 1. What needs to be setup for the first time push from Emacs to the > Dropbox Apps/MobileOrg directory? You will need to define org-mobile-directory, using Dropbox the correct default setting is: "~/Dropbox/Apps/MobileOrg" For example, I have (setq org-mobile-directory "~/Dropbox/Apps/MobileOrg") in my config. Then you can org-mobile-push to stage your files in this location. You should not manually create any folders in Dropbox. > > 2. What should the results of the first time push be that I should check > to ensure that it worked? Your org-agenda-files will be staged and an index.org file and checksums.dat will be created. > > 3. What is MobileOrg looking for in the Dropbox directory? MobileOrg needs to be authorized as a dropbox app, this step will create the correct path. > > 4. What do I need to configure in MobileOrg? > > 5. What will MobileOrg put back in the Dropbox directory? > > 6. What do I need to do to get Emacs to pull from the Dropbox directory? org-mobile-pull will pull in changes. > > And so on. Are the maintainers of MobileOrg watching this mailing list? A while back I outlined basic troubleshooting steps that should help: https://github.com/MobileOrg/mobileorg/wiki/Troubleshooting Feel free to contact me directly with questions or hop in #mobileorg on freenode irc if that's better for you. I started work on an improved documentation site, but it needs an overhaul to be easier for others to contribute. -- -sean