From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gilbert Subject: org-mobile-create-sumo-agenda might be the culprit? Date: Mon, 26 Jul 2010 07:14:50 -0700 Message-ID: <75763D10-A3C1-4BF1-A48D-013C9C98847D@gilbert.org> Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=53919 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdOSV-0002qL-I1 for emacs-orgmode@gnu.org; Mon, 26 Jul 2010 10:15:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OdOSQ-0007G2-9c for emacs-orgmode@gnu.org; Mon, 26 Jul 2010 10:15:11 -0400 Received: from [74.94.69.218] (port=50754 helo=peach.gilbert.org) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdOSP-0007Fr-Qj for emacs-orgmode@gnu.org; Mon, 26 Jul 2010 10:15:06 -0400 Received: from [192.168.1.136] (unknown [10.1.10.18]) by peach.gilbert.org (Postfix) with ESMTP id B03B2F09115B for ; Mon, 26 Jul 2010 07:15:02 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Mailinglist Hi =97 I wrote a message to the list recently about mobileorg failing to = generate files to sync. I have a little more detail. A hunch really, = since I am not savvy in Lisp at all. But it looks to me like = org-mobile.el is getting to org-mobile-create-sumo-agenda and then = stopping. There is no error message, but I think somehow that's where it = stops. I have one custom agenda of any important (I believe Carsten in fact = wrote it for an earlier request I have): (setq org-agenda-custom-commands '(("d" "Due today" agenda "" ((org-deadline-warning-days 0) (org-agenda-skip-scheduled-if-deadline-is-shown t) (org-agenda-skip-function (lambda () (let* ((dl (org-entry-get nil "DEADLINE"))) (if (or (not dl) (equal dl "") (org-time> dl (org-time-today))) (progn (outline-next-heading) (point)))))))) ("I" "Import diary from iCal" agenda "" ((org-agenda-mode-hook (lambda () (org-mac-iCal))))) ) ;; ...other commands here ) Am I on the right track? Any advice? =97 Michael My earlier message: My goal was to make the initial connection with the App on my phone. I'm = using Dropbox and my startup file includes: (setq org-mobile-inbox-for-pull "~/OrgMode/Flagged.org") (setq org-mobile-directory "~/Documents/Dropbox/MobileOrg") I run M-x org-mobile-push and it seems to do something. But no files = are pushed to the MobileOrg folder. I set debug-on-error and I get no = error. I've reloaded .el files. Any advice? Next steps? .... TIA.