From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: notify, when something to do Date: Mon, 24 Oct 2011 07:14:11 +0200 Message-ID: <89219393-f479-455c-859f-86f5b521fa8d@email.android.com> References: <87vcrgqav9.fsf@micropit.couberia.bzh> <87pqhnade0.fsf@thinkpad.tsdh.de> <87mxcr373e.fsf@micropit.couberia.bzh> <87zkgry17x.fsf@thinkpad.tsdh.de> <878vobo10c.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RICre-00046P-IK for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 01:14:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RICrc-0008DB-Sa for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 01:14:22 -0400 Received: from out5.smtp.messagingengine.com ([66.111.4.29]:49905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RICrc-0008D5-MX for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 01:14:20 -0400 In-Reply-To: <878vobo10c.fsf@gnu.org> 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: Bastien Cc: emacs-orgmode@gnu.org Bastien wrote: > Hi Tassilo, >=20 > Tassilo Horn writes: >=20 > > But maybe one could change > > `org-agenda-to-appt' to accept also a function as filter. >=20 > Done. You can now use a fonction as a filter. It will=20 > filter through entries. the only mandatory argument for > this function will be an entry, i.e. something similar > to what `org-agenda-get-day-entries' outputs. >=20 > Thanks for this idea! >=20 > --=20 > Bastien Hey Bastien, This is awesome. Thanks a lot. Tassilo