emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: org-mobile-push fails, org-agenda-filter not defined [7.8.03 (release_7.8.03.5.gd3a45)]
@ 2012-01-04 15:17 Charles Sebold
  2012-01-04 15:38 ` Bastien
  0 siblings, 1 reply; 6+ messages in thread
From: Charles Sebold @ 2012-01-04 15:17 UTC (permalink / raw)
  To: emacs-orgmode


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.

When I try org-mobile-push I get this:

------------------------------------------------------------------------
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()
  call-interactively(org-mobile-push nil nil)
------------------------------------------------------------------------

Nothing is defining org-agenda-filter, I guess.  I haven't used this
variable at all, I don't think.  git bisect and a fresh emacs -Q just
loading my org files, running (org-reload t), and (org-mobile-push)
gives me this:

------------------------------------------------------------------------
8c36e92f88b39f295a73f75ac10a84dc98648a96 is the first bad commit
commit 8c36e92f88b39f295a73f75ac10a84dc98648a96
Author: Bastien Guerry <bzg@altern.org>
Date:   Sat Dec 31 17:10:44 2011 +0100

    Implement category filtering.

    * org-agenda.el (org-agenda-filter-preset): New alias.
    (org-agenda-filter-by-category): New command.
    (org-agenda-mode-map): Add the new command.
    (org-agenda-custom-commands-local-options): Add category
    filter preset.
    (org-agenda-mark-filtered-text): Mark both tag and filter
    overlays.
    (org-agenda-category-filter-preset): New variable.
    (org-finalize-agenda, org-agenda-redo)
    (org-agenda-filter-make-matcher, org-agenda-filter-apply):
    Handle both category and tag filters.
    (org-agenda-filter-show-all-tag): Rename from
    `org-agenda-filter-by-tag-show-all'.
    (org-agenda-filter-show-all-cat): New function.
    (org-agenda-set-mode-name): Show the category filter in the
    modeline.

    * org-faces.el (org-agenda-filter-category): New face.

    * org.texi (Agenda commands): Update documentation about the
    new category filtering feature.

    This feature has been requested by several people -- thanks
    to all of them for mentioning this possibility.

:040000 040000 1815512f6801fea74b11d2ae564e21e35c309734 854738f490d1f3d246a0a005b95d4a0e9dff0afc M      doc
:040000 040000 16d656c0397c4dd9cf82f6d38d1ed5f7b3578bea 696bf99b6204f18bf0d83a0bccb2edc9f98a9c75 M      lisp
------------------------------------------------------------------------

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.5.gd3a45)

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-mobile-before-process-capture-hook '((lambda nil
                                           (save-excursion (goto-char (point-min))
                                            (while (re-search-forward "\015$" nil t) (replace-match "" nil nil)))
                                           )
                                          )
 org-agenda-skip-scheduled-if-done t
 org-ditaa-jar-path "c:/source/org-mode/contrib/scripts/ditaa.jar"
 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-babel-hide-result-toggle-maybe)
 org-mobile-use-encryption t
 org-modules '(org-bbdb org-bibtex org-crypt org-docview org-gnus org-info org-jsinfo org-irc org-w3m org-odt)
 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 '(("z" tags "memorize&daily|even|wednesday|memday04")
                              ("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-export-preprocess-hook '(org-lparse-strip-experimental-blocks-maybe-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-src-lang-modes '(("ocaml" . tuareg) ("elisp" . emacs-lisp) ("ditaa" . artist) ("asymptote" . asy)
                      ("dot" . fundamental) ("sqlite" . sql) ("calc" . fundamental) ("C" . c))
 org-deadline-warning-days 5
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-reveal-start-hook '(org-decrypt-entry)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-export-latex-format-toc-function 'org-export-latex-format-toc-default
 org-log-into-drawer t
 org-default-notes-file "~/org//process.org"
 org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-modifiers)
 org-export-preprocess-after-blockquote-hook '(org-export-odt-preprocess-latex-fragments
                                               org-lparse-preprocess-after-blockquote-hook)
 org-agenda-span 'day
 org-latex-to-pdf-process '("xelatex -interaction nonstopmode %f" "xelatex -interaction nonstopmode %f")
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 org-export-latex-classes '(("crs-org-article"
                             "\\documentclass[11pt,letter]{article}\n\\usepackage[T1]{fontenc}\n\\usepackage{fontspec}\n\\usepackage{graphicx} \n\\defaultfontfeatures{Mapping=tex-text}\n\\usepackage{geometry}\n\\geometry{letter, textwidth=7.5in, textheight=10in,\n            marginparsep=7pt, marginparwidth=.6in}\n\\pagestyle{empty}\n\\title{}\n      [NO-DEFAULT-PACKAGES]\n      [NO-PACKAGES]"
                             ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}")
                             ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
                             ("\\paragraph{%s}" . "\\paragraph*{%s}")
                             ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
                            ("article" "\\documentclass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}")
                             ("\\subsection{%s}" . "\\subsection*{%s}")
                             ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
                             ("\\paragraph{%s}" . "\\paragraph*{%s}")
                             ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
                            ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" . "\\part*{%s}")
                             ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}")
                             ("\\subsection{%s}" . "\\subsection*{%s}")
                             ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
                            ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" . "\\part*{%s}")
                             ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}")
                             ("\\subsection{%s}" . "\\subsection*{%s}")
                             ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
                            ("beamer" "\\documentclass{beamer}" org-beamer-sectioning))
 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))
                  )
                 #[nil "\300\301\302\303\304$\207"
                   [org-add-hook change-major-mode-hook org-show-block-all append local] 5]
                 #[nil "\300\301\302\303\304$\207"
                   [org-add-hook change-major-mode-hook org-babel-show-result-all append local] 5]
                 org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-agenda-mode-hook '(hl-line-mode)
 org-directory "~/org/"
 org-mobile-directory "~/My Documents/My Dropbox/MobileOrg/"
 org-from-is-user-regexp nil
 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-export-latex-quotes '(("fr" ("\\(\\s-\\|[[(]\\)\"" . "«~") ("\\(\\S-\\)\"" . "~»")
                            ("\\(\\s-\\|(\\)'" . "'"))
                           ("en" ("\\(\\s-\\|[[(]\\)\"" . "``") ("\\(\\S-\\)\"" . "''")
                            ("\\(\\s-\\|(\\)'" . "`"))
                           )
 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-drawers '("PROPERTIES" "CLOCK" "LOGBOOK")
 org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer)
 org-file-apps '(("\\.odc\\'" . system) ("\\.odf\\'" . system) ("\\.odi\\'" . system) ("\\.otp\\'" . system)
                 ("\\.odp\\'" . system) ("\\.otg\\'" . system) ("\\.odg\\'" . system) ("\\.ots\\'" . system)
                 ("\\.ods\\'" . system) ("\\.odm\\'" . system) ("\\.ott\\'" . system) ("\\.odt\\'" . system)
                 (auto-mode . emacs) ("\\.mm\\'" . default) ("\\.x?html?\\'" . default) ("\\.pdf\\'" . default))
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-babel-tangle-lang-exts '(("lisp" . "lisp") ("clojure" . "clj") ("emacs-lisp" . "el"))
 org-babel-load-languages '((R) (clojure . t) (C) (ditaa . t) (dot) (emacs-lisp . t) (gnuplot) (haskell)
                            (latex) (lisp . t) (ocaml) (org . t) (perl) (python) (ruby) (screen) (sh) (sql . t)
                            (sqlite))
 org-use-fast-todo-selection 'prefix
 org-confirm-shell-link-function 'yes-or-no-p
 )

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Bug: org-mobile-push fails, org-agenda-filter not defined [7.8.03 (release_7.8.03.5.gd3a45)]
  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
  0 siblings, 1 reply; 6+ messages in thread
From: Bastien @ 2012-01-04 15:38 UTC (permalink / raw)
  To: Charles Sebold; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Bug: org-mobile-push fails, org-agenda-filter not defined [7.8.03 (release_7.8.03.5.gd3a45)]
  2012-01-04 15:38 ` Bastien
@ 2012-01-04 15:44   ` Charles Sebold
  2012-01-04 16:00     ` Bastien
  2012-01-04 16:01     ` Nick Dokos
  0 siblings, 2 replies; 6+ messages in thread
From: Charles Sebold @ 2012-01-04 15:44 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

[-- 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 --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Bug: org-mobile-push fails, org-agenda-filter not defined [7.8.03 (release_7.8.03.5.gd3a45)]
  2012-01-04 15:44   ` Charles Sebold
@ 2012-01-04 16:00     ` Bastien
  2012-01-04 16:00       ` Charles Sebold
  2012-01-04 16:01     ` Nick Dokos
  1 sibling, 1 reply; 6+ messages in thread
From: Bastien @ 2012-01-04 16:00 UTC (permalink / raw)
  To: Charles Sebold; +Cc: emacs-orgmode

Charles Sebold <csebold@gmail.com> writes:

> 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)

Please pull again and check you're on the 13nth commit since 7.8.03.

Thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Bug: org-mobile-push fails, org-agenda-filter not defined [7.8.03 (release_7.8.03.5.gd3a45)]
  2012-01-04 16:00     ` Bastien
@ 2012-01-04 16:00       ` Charles Sebold
  0 siblings, 0 replies; 6+ messages in thread
From: Charles Sebold @ 2012-01-04 16:00 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

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

That did it!  I must have been too quick to hit "git pull".  Thanks.

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

> Charles Sebold <csebold@gmail.com> writes:
>
> > 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)
>
> Please pull again and check you're on the 13nth commit since 7.8.03.
>
> Thanks,
>
> --
>  Bastien
>



-- 
Charles Sebold
Ego delendus sum

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Bug: org-mobile-push fails, org-agenda-filter not defined [7.8.03 (release_7.8.03.5.gd3a45)]
  2012-01-04 15:44   ` Charles Sebold
  2012-01-04 16:00     ` Bastien
@ 2012-01-04 16:01     ` Nick Dokos
  1 sibling, 0 replies; 6+ messages in thread
From: Nick Dokos @ 2012-01-04 16:01 UTC (permalink / raw)
  To: Charles Sebold; +Cc: Bastien, nicholas.dokos, emacs-orgmode

Charles Sebold <csebold@gmail.com> wrote:

> Sorry, I'm still seeing it:
> 
> ...
> Package: Org-mode version 7.8.03 (release_7.8.03.12.g5eb41)
> 

You are one commit short of the fix:

,----
| commit 71089b7e3b00736f854d6e95a52229853262e12a  <<<<< YOU NEED THIS
| Author: Bastien Guerry <bzg@altern.org>
| Date:   Wed Jan 4 16:37:59 2012 +0100
| 
|     org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'.
|     
|     * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
|     instead of the obsolete `org-agenda-filter'.
|     
|     Thanks to Charles Sebold for reporting this.
| 
| commit 5eb414281dae2445662009f7a5950a0f5981f17c   <<<<< YOU ARE HERE
| Author: Bastien Guerry <bzg@altern.org>
| Date:   Wed Jan 4 16:36:46 2012 +0100
| 
|     Fix compiler warning and define an alias for `org-agenda-filter'.
|     
|     * org-agenda.el: Add an alias for `org-agenda-filter'.
|     (diary-list-entries-hook): Use the non-obsolete hook.
|     (org-agenda-filter-apply): Silent compiler warning.
| 
| ....
`----

So pull again and do ``git log -N'' for some small value of N, to make
sure that you have the right commit. And don't forget to org-reload :-)

Nick

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-01-04 16:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2012-01-04 16:00     ` Bastien
2012-01-04 16:00       ` Charles Sebold
2012-01-04 16:01     ` Nick Dokos

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