From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: org-mobile setup: org-mobile-push not copying my org files? Date: Mon, 04 Jul 2011 21:01:16 +0200 Message-ID: <8739ilzx8j.fsf@member.fsf.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdoOl-0004FJ-Ks for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 15:01:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QdoOj-00026N-21 for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 15:01:35 -0400 Received: from lo.gmane.org ([80.91.229.12]:55261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdoOi-00026F-F1 for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 15:01:32 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QdoOg-0001E1-7r for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 21:01:30 +0200 Received: from 91-67-148-30-dynip.superkabel.de ([91.67.148.30]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Jul 2011 21:01:30 +0200 Received: from tassilo by 91-67-148-30-dynip.superkabel.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Jul 2011 21:01:30 +0200 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 Vinh Nguyen writes: Hi Vinh, > I'm having trouble setting up org-mobile in emacs for use with > MobileOrg on Android. I have the following in my init file: > > ;; org-mode OrgMobile > (setq org-directory "~/Documents/Org") ;; my folder is empty Why is that folder empty? > (setq org-mobile-directory "~/Dropbox/MobileOrg") > (setq org-mobile-inbox-for-pull "~/Documents/Org/notes.org") > > In ~/Documents/Org, I have a file notes.org that contain my notes. I think it's preferrable to use an org file you don't use otherwise as inbox. When pulling from MobileOrg, all notes you caputed on your phone will go there so that you can refile them. > When I call org-mobile-push, only 4 files get created in > ~/Dropbox/MobileOrg: agendas.org, checksum.dat, index.org, and > mobileorg.org. The latter is where MobileOrg puts its changes in. > Based on my understanding, ~/Documents/Org/notes.org should be copied > to ~/Dropbox/MobileOrg/, and a link to notes.org should be created in > index.org. However, this does not happen. Am I not configuring > things correctly or am I misunderstanding how to use org-mobile? > > I also tried setting: > (setq org-mobile-files (quote "notes.org")) > > but this does not work either. The default value is (org-agenda-files), so it should push all your org files to `org-mobile-directory'. What does C-x C-e after the closing paren above return? My settings are (setq org-mobile-directory "~/Desktop/Dropbox/MobileOrg") (setq org-mobile-inbox-for-pull "~/repos/org/from-org-mobile.org") which work pretty well. Bye, Tassilo