From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: org-mobile-push not generating index.org or checksum Date: Wed, 9 Jan 2013 12:48:06 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tt0h7-00014l-Qb for emacs-orgmode@gnu.org; Wed, 09 Jan 2013 13:48:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tt0h5-0004Jp-Sb for emacs-orgmode@gnu.org; Wed, 09 Jan 2013 13:48:09 -0500 Received: from mail-ob0-f169.google.com ([209.85.214.169]:51183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tt0h5-0004Jl-LG for emacs-orgmode@gnu.org; Wed, 09 Jan 2013 13:48:07 -0500 Received: by mail-ob0-f169.google.com with SMTP id v19so2572575obq.0 for ; Wed, 09 Jan 2013 10:48:06 -0800 (PST) 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 I just setup mobileOrg to use Dropbox. Setting up synchronizer in mobileOrg worked fine, Dropbox login worked fine, and I chose an existing folder named "mobile-org" to sync with. This is in my emacs config: #+begin_src .emacs (custom-set-variables ... '(org-agenda-files (quote ("~/org" "~/org/aux/contacts.org")))) (setq org-directory "~/org") (setq org-mobile-directory "~/Dropbox/mobile-org") (setq org-mobile-inbox-for-pull "~/org/mobileorg.org") #+end_src I run =org-mobile-push= and get a resultant agenda SUMO buffer, but there's nothing populated in ~/Dropbox/mobile-org (like index.org or the checksum). This is in *Messages* after executing =org-mobile-push= #+begin_src *Messages* Creating agendas... org-agenda-finalize: Buffer is read-only: # #+end_src >From my reading, =org-mobile-files= will be pulled from =org-agenda-files= *or* set via that variable specifically, so I think my agenda list is fine. I originally had encryption turned on via =org-mobile-use-encryption= but commented it out to avoid another complication in trying to get this going. Anything I'm missing? Thanks, John