emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Michael Gilbert <mcg@gilbert.org>
To: emacs-orgmode Mailinglist <emacs-orgmode@gnu.org>
Subject: org-mobile-create-sumo-agenda might be the culprit?
Date: Mon, 26 Jul 2010 07:14:50 -0700	[thread overview]
Message-ID: <75763D10-A3C1-4BF1-A48D-013C9C98847D@gilbert.org> (raw)

Hi —

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?

— 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.

                 reply	other threads:[~2010-07-26 14:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=75763D10-A3C1-4BF1-A48D-013C9C98847D@gilbert.org \
    --to=mcg@gilbert.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).