From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Bug: org-mobile-push fails, org-agenda-filter not defined [7.8.03 (release_7.8.03.5.gd3a45)] Date: Wed, 04 Jan 2012 11:01:34 -0500 Message-ID: <8555.1325692894@alphaville.dokosmarshall.org> References: <877h17cwbf.fsf@gnu.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiTHb-0004Po-Q5 for emacs-orgmode@gnu.org; Wed, 04 Jan 2012 11:01:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiTHV-0002Uc-B2 for emacs-orgmode@gnu.org; Wed, 04 Jan 2012 11:01:43 -0500 Received: from g4t0016.houston.hp.com ([15.201.24.19]:22965) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiTHV-0002UA-63 for emacs-orgmode@gnu.org; Wed, 04 Jan 2012 11:01:37 -0500 In-Reply-To: Message from Charles Sebold of "Wed, 04 Jan 2012 09:44:08 CST." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Charles Sebold Cc: Bastien , nicholas.dokos@hp.com, emacs-orgmode@gnu.org Charles Sebold 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 | 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 | 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