From mboxrd@z Thu Jan 1 00:00:00 1970 From: BKnoth Subject: Re: Hook for appt-disp-window-function? Date: Fri, 11 Dec 2009 16:11:19 -0800 Message-ID: References: <787004.50554.qm@web37903.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJFaS-0001Vr-Bh for emacs-orgmode@gnu.org; Fri, 11 Dec 2009 19:11:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJFaN-0001UJ-Og for emacs-orgmode@gnu.org; Fri, 11 Dec 2009 19:11:51 -0500 Received: from [199.232.76.173] (port=46212 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJFaN-0001UG-JY for emacs-orgmode@gnu.org; Fri, 11 Dec 2009 19:11:47 -0500 Received: from lo.gmane.org ([80.91.229.12]:55278) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NJFaN-0006JD-AT for emacs-orgmode@gnu.org; Fri, 11 Dec 2009 19:11:47 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NJFaK-0005yq-H5 for emacs-orgmode@gnu.org; Sat, 12 Dec 2009 01:11:44 +0100 Received: from 128.18.14.160 ([128.18.14.160]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Dec 2009 01:11:44 +0100 Received: from bknoth by 128.18.14.160 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Dec 2009 01:11:44 +0100 In-Reply-To: <787004.50554.qm@web37903.mail.mud.yahoo.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On 12/10/2009 7:56 PM, Bruce Knoth wrote: > Is there a way to get the tags and other data associated with an event > before it gets sent to the display function through > appt-disp-window-function? I want to filter the messages that get > displayed based on tag data and use associated properties, but I don't > know of an easy way to get that information. > > Thanks for help, > > Bruce Never mind - I found what I was doing wrong.