From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Eglen Subject: Re: Problems getting dropbox support on MobileOrg Date: Sat, 23 Jul 2011 10:40:21 +0100 Message-ID: References: <87tyaezjma.wl%max@openchat.com> Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkYh6-0004O5-Cg for emacs-orgmode@gnu.org; Sat, 23 Jul 2011 05:40:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkYh5-0000bj-9K for emacs-orgmode@gnu.org; Sat, 23 Jul 2011 05:40:24 -0400 Received: from ppsw-51.csi.cam.ac.uk ([131.111.8.151]:33359) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkYh5-0000bX-1S for emacs-orgmode@gnu.org; Sat, 23 Jul 2011 05:40:23 -0400 In-reply-to: <87tyaezjma.wl%max@openchat.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: Max Mikhanosha Cc: emacs-orgmode@gnu.org, Stephen Eglen Thank you very much Max! This works great. Thanks for your help, and to Matt Jones for the app. Stephen > > see "Dropbox authentication". Should the "MobileOrg" folder > > have been created for me on my Dropbox site? (It looks like it is > > automatically created on the iphone app). Nothing was created, either > > before or after attempting to sync. So, I then manually created > > "MobileOrg" folder, and tried to "Sync" again, but no joy. > > No you need to create the folder from the Emacs side. > > Example setup; > > 1. Install dropbox on your linux/windows box > 2. Make sure its started (setsid ~/.dropbox-dist/dropboxd) > 3. mkdir ~/Dropbox/syncdir > 4. From emacs > (setq org-mobile-directory "~/Dropbox/syncdir") > M-x org-mobile-push > 5. From Android, Settings -> Configure Synchronizer -> Path > /syncdir/index.org > > 6. From Android: Sync & Enjoy > > I recently submitted a few patches for org-mobile android developer, > that fix a few annoying problems (ie back button resetting the view to > 1st element), there should be a new version released soon with these fixes. > >