From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max Mikhanosha Subject: Re: Problems getting dropbox support on MobileOrg Date: Fri, 22 Jul 2011 06:37:33 -0400 Message-ID: <87tyaezjma.wl%max@openchat.com> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkD6v-0005UY-Bh for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 06:37:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkD6t-0005p3-HP for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 06:37:37 -0400 Received: from p84-72.acedsl.com ([66.114.84.72]:49051 helo=momoland.openchat.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkD6t-0005oj-Av for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 06:37:35 -0400 In-Reply-To: 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: Stephen Eglen Cc: emacs-orgmode@gnu.org > 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.