emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Charles Sebold <csebold@gmail.com>
To: Bastien <bzg@altern.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: org-mobile-push fails, org-agenda-filter not defined [7.8.03 (release_7.8.03.5.gd3a45)]
Date: Wed, 4 Jan 2012 09:44:08 -0600	[thread overview]
Message-ID: <CAEons=G5f4YqXRTRAgGur61UB+JB1PbJm6a-vEX22CTqDB0a+g@mail.gmail.com> (raw)
In-Reply-To: <877h17cwbf.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 7158 bytes --]

Sorry, I'm still seeing it:

Debugger entered--Lisp error: (void-variable org-agenda-filter)
  (let ((org-agenda-buffer-name "*SUMO*") (org-agenda-filter
org-agenda-filter) (org-agenda-redo-command org-agenda-redo-command))
(save-excursion (save-window-excursion (run-hooks (quote
org-mobile-pre-push-hook)) (org-mobile-check-setup)
(org-mobile-prepare-file-lists) (message "Creating agendas...") (let
((inhibit-redisplay t)) (org-mobile-create-sumo-agenda)) (message "Creating
agendas...done") (org-save-all-org-buffers) (message "Copying files...")
(org-mobile-copy-agenda-files) (message "Writing index file...")
(org-mobile-create-index-file) (message "Writing checksums...")
(org-mobile-write-checksums) (run-hooks (quote
org-mobile-post-push-hook)))))
  (let ((a-buffer (get-buffer org-agenda-buffer-name))) (let
((org-agenda-buffer-name "*SUMO*") (org-agenda-filter org-agenda-filter)
(org-agenda-redo-command org-agenda-redo-command)) (save-excursion
(save-window-excursion (run-hooks (quote org-mobile-pre-push-hook))
(org-mobile-check-setup) (org-mobile-prepare-file-lists) (message "Creating
agendas...") (let ((inhibit-redisplay t)) (org-mobile-create-sumo-agenda))
(message "Creating agendas...done") (org-save-all-org-buffers) (message
"Copying files...") (org-mobile-copy-agenda-files) (message "Writing index
file...") (org-mobile-create-index-file) (message "Writing checksums...")
(org-mobile-write-checksums) (run-hooks (quote
org-mobile-post-push-hook))))) (redraw-display) (when (and a-buffer
(buffer-live-p a-buffer)) (if (not (get-buffer-window a-buffer))
(kill-buffer a-buffer) (let ((cw (selected-window))) (select-window
(get-buffer-window a-buffer)) (org-agenda-redo) (select-window cw)))))
  org-mobile-push()
  eval((org-mobile-push) nil)
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
  call-interactively(eval-last-sexp nil nil)


Emacs  : GNU Emacs 24.0.92.1 (i386-mingw-nt5.1.2600)
 of 2012-01-03 on CT-SEBOLDCR-T4C
Package: Org-mode version 7.8.03 (release_7.8.03.12.g5eb41)

current state:
==============
(setq
 org-export-blocks '((src org-babel-exp-src-block nil)
     (comment org-export-blocks-format-comment t)
     (ditaa org-export-blocks-format-ditaa nil)
     (dot org-export-blocks-format-dot nil))
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point
  org-babel-execute-safely-maybe)
 org-src-fontify-natively t
 org-stuck-projects '("+LEVEL=2/-DONE" ("TODO" "NEXT" "NEXTACTION")
("info") "")
 org-agenda-skip-scheduled-if-done t
 org-export-preprocess-before-selecting-backend-code-hook
'(org-beamer-select-beamer-code)
 org-tab-first-hook '(org-hide-block-toggle-maybe
      org-src-native-tab-command-maybe)
 org-mobile-use-encryption t
 org-agenda-use-time-grid nil
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
  org-cycle-show-empty-lines
  org-optimize-window-after-visibility-change)
 org-agenda-custom-commands '(("A" "Full Agenda" ((agenda "")))
      ("7" "Full Weekly Agenda"
       ((agenda "" ((org-agenda-span (quote week))))))
      ("h" . "HOME + tag/TODO searches")
      ("ha" "Full Agenda + Next Actions"
       ((agenda) (todo "INBOX") (todo "NEXTACTION")
(todo "TODO"))
       )
      ("hn" "Next Actions"
       ((todo "INBOX") (todo "NEXTACTION")
(todo "TODO"))
       )
      ("ht" "Non-LCMS Tasks" ((tags-todo "-lcms")))
      ("hp" "All Projects"
       ((todo "PROJECT") (todo "PROJWAITING")
(todo "PROJVERIFY"))
       )
      ("R" "TeamMania tasks"
       ((tags-todo "+work+teammania")))
      ("w" . "LCMS + tag/TODO searches")
      ("wo" "LCMS Servicewise Open Tickets"
       ((tags "+servicewise+ticket-status=\"Closed\"")))
      ("wt" "LCMS tasks" ((tags-todo "+work+lcms")))
      ("wn" "LCMS Next Actions"
       ((agenda) (todo "INBOX") (todo "NEXTACTION")
(tags "+servicewise+ticket-status=\"Closed\"")
(todo "TODO"))
       ((org-agenda-files (quote ("~/org/lcms")))))
      ("wp" "LCMS Unfinished Projects"
       ((todo "PROJECT") (todo "PROJWAITING")
(todo "PROJVERIFY"))
       ((org-agenda-files (quote ("~/org/lcms")))))
      ("ws" "SQL tasks" ((tags-todo "+work+sql")))
      ("g" agenda "non-LCMS Agenda"
       ((org-agenda-files (quote ("~/org/gtd.org")))))
      ("wd" agenda "LCMS Daily Agenda"
       ((org-agenda-files (quote ("~/org/lcms")))))
      )
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-speed-command-hook '(org-speed-command-default-hook
  org-babel-speed-command-hook)
 org-babel-pre-tangle-hook '(save-buffer)
 org-occur-hook '(org-first-headline-recenter)
 org-export-interblocks '((lob org-babel-exp-lob-one-liners)
  (src org-babel-exp-inline-src-blocks))
 org-deadline-warning-days 5
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-export-latex-format-toc-function 'org-export-latex-format-toc-default
 org-export-preprocess-before-normalizing-links-hook
'(org-remove-file-link-modifiers)
 org-agenda-span 'day
 org-blank-before-new-entry nil
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 org-agenda-skip-deadline-if-done t
 org-export-first-hook '(org-beamer-initialize-open-trackers)
 org-mode-hook '((lambda nil
  (org-add-hook (quote change-major-mode-hook)
   (quote org-show-block-all) (quote append) (quote local))
  )
 org-babel-hide-all-hashes)
 org-directory "~/org/"
 org-mobile-directory "~/My Documents/My Dropbox/MobileOrg/"
 org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc
       org-beamer-auto-fragile-frames
       org-beamer-place-default-actions-for-lists)
 org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-todo-keywords '((sequence "INBOX(i)" "TICKLER(t!)" "|" "FILE(f@)"
      "CANCELED(k@)")
     (sequence "TODO" "NEXTACTION(n)" "WAITING" "VERIFY" "|"
      "DONE" "REASSIGNED")
     (sequence "DAILY(d)" "|" "DONEDLY" "UNSCHEDDLY(D)")
     (sequence "WEEKLY(e)" "|" "DONEWKLY" "UNSCHEDWKLY(E)")
     (sequence "MONTHLY(m)" "|" "DONEMNTHLY" "UNSCHEDMNTHLY(M)")
     (sequence "QUARTERLY(q)" "|" "DONEQUARTERLY"
      "UNSCHEDQUTRLY")
     (sequence "REQUEST(r!)" "REQWAITING(w@/!)" "REQVERIFY(v)"
      "|" "REQCLOSED(c!)" "REQREASSIGNED(a@)")
     (sequence "PROJECT(P!)" "PROJWAITING(W@/!)"
      "PROJVERIFY(V)" "|" "PROJCLOSED(C!)" "PROJREASSIGNED(A@)")
     )
 org-agenda-files '("~/org" "~/org/fiction" "~/org/reference"
"~/org/personal"
    "~/org/gaming" "~/org/lcms")
 org-mobile-checksum-binary "sha1sum"
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
     org-src-mode-configure-edit-buffer)
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-use-fast-todo-selection 'prefix
 org-confirm-shell-link-function 'yes-or-no-p
 )

On Wed, Jan 4, 2012 at 9:38 AM, Bastien <bzg@altern.org> wrote:

> Hi Charles,
>
> Charles Sebold <Charles.Sebold@lcms.org> writes:
>
> > This was happening yesterday and today; it appears that this happened
> > with the category filtering changes, but this is the first chance I've
> > gotten to do an org-mobile-push since then.
>
> This should be fixed now, thanks.
>
> --
>  Bastien
>
>


-- 
Charles Sebold
Ego delendus sum

[-- Attachment #2: Type: text/html, Size: 14807 bytes --]

  reply	other threads:[~2012-01-04 15:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-04 15:17 Bug: org-mobile-push fails, org-agenda-filter not defined [7.8.03 (release_7.8.03.5.gd3a45)] Charles Sebold
2012-01-04 15:38 ` Bastien
2012-01-04 15:44   ` Charles Sebold [this message]
2012-01-04 16:00     ` Bastien
2012-01-04 16:00       ` Charles Sebold
2012-01-04 16:01     ` Nick Dokos

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='CAEons=G5f4YqXRTRAgGur61UB+JB1PbJm6a-vEX22CTqDB0a+g@mail.gmail.com' \
    --to=csebold@gmail.com \
    --cc=bzg@altern.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).