Charles Sebold <cseb...@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 <b...@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 <b...@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