From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinh Nguyen Subject: Re: org-mobile setup: org-mobile-push not copying my org files? Date: Tue, 5 Jul 2011 21:23:04 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeJe5-0004eQ-Jv for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 00:23:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QeJe2-0005ML-BL for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 00:23:29 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:64306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeJe1-0005ME-QW for emacs-orgmode@gnu.org; Wed, 06 Jul 2011 00:23:26 -0400 Received: by bwd14 with SMTP id 14so6739735bwd.0 for ; Tue, 05 Jul 2011 21:23:24 -0700 (PDT) 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 Mon, Jul 4, 2011 at 10:40 AM, Vinh Nguyen wrote: > Dear list, > > I'm having trouble setting up org-mobile in emacs for use with > MobileOrg on Android. =C2=A0I 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/Mobil= eOrg: > 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. =C2=A0However, this does not happen. =C2=A0Am I not configurin= g > 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. > Setting the following made it work (file copied to MobileOrg's staging directory): (setq org-mobile-files (list "~/Documents/Org/notes.org")) > Thanks for your help. > -- Vinh