From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Raimund Kohl-Fuechsle Newsgroups: gmane.emacs.help Subject: searching in Diary Date: Wed, 13 Apr 2005 20:36:03 +0200 Message-ID: <20050413183604.5C6DBC20A@atmalok> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1113418299 28578 80.91.229.2 (13 Apr 2005 18:51:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Apr 2005 18:51:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 13 20:51:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DLmwJ-0007ov-M5 for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Apr 2005 20:50:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLmWs-0005Nh-B2 for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Apr 2005 14:23:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DLmVi-0004w9-GX for help-gnu-emacs@gnu.org; Wed, 13 Apr 2005 14:22:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DLmVg-0004uQ-Fa for help-gnu-emacs@gnu.org; Wed, 13 Apr 2005 14:22:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLmSl-00045S-Rt for help-gnu-emacs@gnu.org; Wed, 13 Apr 2005 14:19:44 -0400 Original-Received: from [212.227.126.171] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DLmmr-0000ye-1s for help-gnu-emacs@gnu.org; Wed, 13 Apr 2005 14:40:29 -0400 Original-Received: from p54AB8F95.dip0.t-ipconnect.de[84.171.143.149] (helo=atmalok) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0ML25U-1DLmmO2oPw-0006KI; Wed, 13 Apr 2005 20:40:00 +0200 Original-Received: by atmalok (Postfix, from userid 1000) id 5C6DBC20A; Wed, 13 Apr 2005 20:36:04 +0200 (CEST) Original-Received: from atmalok (localhost [127.0.0.1]) by atmalok (Postfix) with ESMTP id 2B2B7BDB5 for ; Wed, 13 Apr 2005 20:36:04 +0200 (CEST) Original-To: help-gnu-emacs X-Mailer: MH-E 7.82; nmh 1.1; GNU Emacs 21.4.1 X-Provags-ID: kundenserver.de abuse@kundenserver.de login:1f319457b87b086c07c81ac42a02b276 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:25656 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25656 Hello there, is there a way to search the diary and have the result shown in a fancy-diary-buffer? E.g. I have several diary entries like 2005.01.01 Leadership Training 2005.02.15 Leadership Training 2005.04.21 Leadership Training My idea was to search for "Leadership Training" and the output would be a buffer that shows the entries like above ... Is there something existing or am I on my own here? ray