From mboxrd@z Thu Jan 1 00:00:00 1970 From: dean Subject: Re: MobileOrg Date: Sun, 22 Nov 2015 08:05:19 +1000 Message-ID: <5650EA9F.8040700@gmail.com> References: <6sw6c7610whi5u.fsf@pfdstudio.com> <564F8989.1010606@gmail.com> <1448120544.3716674.446155745.23995073@webmail.messagingengine.com> <20151121110750.ed4a215845e6bfdd25de82b9@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0GHg-0000wd-9R for emacs-orgmode@gnu.org; Sat, 21 Nov 2015 17:05:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0GHd-0002cB-3f for emacs-orgmode@gnu.org; Sat, 21 Nov 2015 17:05:28 -0500 Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]:34348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0GHc-0002c6-Th for emacs-orgmode@gnu.org; Sat, 21 Nov 2015 17:05:25 -0500 Received: by padhx2 with SMTP id hx2so151800453pad.1 for ; Sat, 21 Nov 2015 14:05:24 -0800 (PST) Received: from [192.168.0.10] ([122.109.65.64]) by smtp.gmail.com with ESMTPSA id n6sm4757444pap.24.2015.11.21.14.05.21 for (version=TLSv1/SSLv3 cipher=OTHER); Sat, 21 Nov 2015 14:05:22 -0800 (PST) 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: emacs-orgmode@gnu.org 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/mobile-org > - added the following to min-config: > > (setq org-mobile-directory "~/Dropbox/mobile-org") > > - M-x org-mobile-push > > - When signing into mobile-org on phone the first time (choosing > Dropbox sync), it prompted me for which folder to use. I chose > mobile-org, and it picked it up. > > Unfortunately, I seem to get blank files in mobile-org on my phone. > They're correct (populated with headlines/content) in Dropbox, but my > phone shows the attached. Not sure how to help from here. > I think i encountered this issue when first trying mobileOrg and did get it going. Maybe check the instructions here: http://nakkaya.com/2010/03/19/org-mode-in-your-pocket-setting-up-mobileorg/ I think my issue was fixed with this line: (setq org-mobile-files (quote ("/path/to/org/file.org"))) Good luck, Deanq