From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Raimund.Kohl@freenet.de Newsgroups: gmane.emacs.help Subject: Re: diary entry to count Date: Mon, 9 Sep 2002 23:52:53 +0200 (CEST) Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <851y8383gj.fsf@emr.cs.iit.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1031608627 28123 127.0.0.1 (9 Sep 2002 21:57:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 9 Sep 2002 21:57:07 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17oWWn-0007JR-00 for ; Mon, 09 Sep 2002 23:57:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17oWWq-0000ji-00; Mon, 09 Sep 2002 17:57:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17oWW0-0000KC-00 for help-gnu-emacs@gnu.org; Mon, 09 Sep 2002 17:56:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17oWVx-0000F7-00 for help-gnu-emacs@gnu.org; Mon, 09 Sep 2002 17:56:15 -0400 Original-Received: from mout0.freenet.de ([194.97.50.131]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17oWVx-0000F2-00 for help-gnu-emacs@gnu.org; Mon, 09 Sep 2002 17:56:13 -0400 Original-Received: from [194.97.50.136] (helo=mx3.freenet.de) by mout0.freenet.de with esmtp (Exim 4.10) id 17oWVv-0006oh-00 for help-gnu-emacs@gnu.org; Mon, 09 Sep 2002 23:56:11 +0200 Original-Received: from a23dc.pppool.de ([213.6.35.220] helo=laptop.rkc) by mx3.freenet.de with esmtp (Exim 4.10 #1) id 17oWVu-0003aM-00 for help-gnu-emacs@gnu.org; Mon, 09 Sep 2002 23:56:11 +0200 Original-Received: by laptop.rkc (Postfix on SuSE Linux 8.0 (i386), from userid 500) id D3F315DF6E; Mon, 9 Sep 2002 23:52:53 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by laptop.rkc (Postfix on SuSE Linux 8.0 (i386)) with ESMTP id BC5624E7A8 for ; Mon, 9 Sep 2002 23:52:53 +0200 (CEST) X-X-Sender: ray@laptop.rkc Original-To: emacs mailing list In-Reply-To: <851y8383gj.fsf@emr.cs.iit.edu> Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1199 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1199 On 9 Sep 2002, Edward M. Reingold wrote: > If you want such entries only, say from Sept 1, 2002 until Aug 1, 2003, you > would use a diary sexp such as > > %%(and (= (extract-calendar-day date) 1) > (<= (calendar-absolute-from-gregorian date) > (calendar-absolute-from-gregorian '(8 1 2003))) > (>= (calendar-absolute-from-gregorian date) > (calendar-absolute-from-gregorian '(9 1 2002)))) Blah blah absolutely breathtaking, that is, at least for me :-) wow ... but %d for counting the Discourse No don't work ... how do I do this - for that is the crux to that, otherwise I just would have pressed i-m and that it would have been. I am looking for calender/diary telling me (e.g.) 1st of Sept - Discourse No 1 or later 1st of Nov - Discourse No 3 Thank you anyway, ray