From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinh Nguyen Subject: org-mobile setup: org-mobile-push not copying my org files? Date: Mon, 4 Jul 2011 10:40:26 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qdn8e-0003Lr-LN for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 13:40:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qdn8b-0005ov-NM for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 13:40:52 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:37868) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qdn8b-0005og-3B for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 13:40:49 -0400 Received: by bwd14 with SMTP id 14so5461556bwd.0 for ; Mon, 04 Jul 2011 10:40:46 -0700 (PDT) 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 Dear list, 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 (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. When I call org-mobile-push, only 4 files get created in ~ /Dropbox/MobileOrg: agendas.org, checksum.dat, index.org, and mobileorg.org. 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. Thanks for your help. -- Vinh