From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Knoth Subject: Hook for appt-disp-window-function? Date: Thu, 10 Dec 2009 19:56:42 -0800 (PST) Message-ID: <787004.50554.qm@web37903.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2099598010==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIwcb-0001yS-Ob for emacs-orgmode@gnu.org; Thu, 10 Dec 2009 22:56:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIwcX-0001xX-4n for emacs-orgmode@gnu.org; Thu, 10 Dec 2009 22:56:49 -0500 Received: from [199.232.76.173] (port=57185 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIwcW-0001xR-VV for emacs-orgmode@gnu.org; Thu, 10 Dec 2009 22:56:45 -0500 Received: from web37903.mail.mud.yahoo.com ([209.191.91.165]:22990) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NIwcW-0001w7-DY for emacs-orgmode@gnu.org; Thu, 10 Dec 2009 22:56:44 -0500 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 --===============2099598010== Content-Type: multipart/alternative; boundary="0-1577752241-1260503802=:50554" --0-1577752241-1260503802=:50554 Content-Type: text/plain; charset=us-ascii 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 --0-1577752241-1260503802=:50554 Content-Type: text/html; charset=us-ascii
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

--0-1577752241-1260503802=:50554-- --===============2099598010== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============2099598010==-- 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.