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: diary entry to count Date: Sat, 7 Sep 2002 00:47:20 +0200 (CEST) Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1031362809 9279 127.0.0.1 (7 Sep 2002 01:40:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 7 Sep 2002 01:40:09 +0000 (UTC) Return-path: Original-Received: from hermes.netfonds.no ([80.91.224.195]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17nUTN-0000IG-04 for ; Sat, 07 Sep 2002 03:33:17 +0200 Original-Received: from monty-python.gnu.org (monty-python.gnu.org [199.232.76.173]) by hermes.netfonds.no (8.12.1/8.12.1) with ESMTP id g86Mpb9e029217 for ; Sat, 7 Sep 2002 00:51:37 +0200 (CEST) Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17nRwR-0006CX-00; Fri, 06 Sep 2002 18:51:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17nRvS-00061h-00 for help-gnu-emacs@gnu.org; Fri, 06 Sep 2002 18:50:06 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17nRvP-000616-00 for help-gnu-emacs@gnu.org; Fri, 06 Sep 2002 18:50:06 -0400 Original-Received: from mout0.freenet.de ([194.97.50.131]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17nRvO-00060z-00 for help-gnu-emacs@gnu.org; Fri, 06 Sep 2002 18:50:02 -0400 Original-Received: from [194.97.50.136] (helo=mx3.freenet.de) by mout0.freenet.de with esmtp (Exim 4.10) id 17nRvN-00012y-00 for help-gnu-emacs@gnu.org; Sat, 07 Sep 2002 00:50:01 +0200 Original-Received: from a788c.pppool.de ([213.6.120.140] helo=laptop.rkc) by mx3.freenet.de with esmtp (Exim 4.10 #1) id 17nRvM-0003Oz-00 for help-gnu-emacs@gnu.org; Sat, 07 Sep 2002 00:50:01 +0200 Original-Received: by laptop.rkc (Postfix on SuSE Linux 8.0 (i386), from userid 500) id 45B605DE11; Sat, 7 Sep 2002 00:47:21 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by laptop.rkc (Postfix on SuSE Linux 8.0 (i386)) with ESMTP id CC1DE4E7A8 for ; Sat, 7 Sep 2002 00:47:21 +0200 (CEST) X-X-Sender: ray@laptop.rkc Original-To: emacs mailing list 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:1114 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1114 Hi, I am looking for a way to tell the calender programm to remind me of starting a certain discourse no every 1st of each month for a period of the next 12 months. Somehow I don't have a clue how to do that. Inserting i-d on the calender would be easy but then I don't know how to let emacs count (say 1st of Sept No 1, 1st of Nov No 3 ... etc) or to stop after 12 month (that is to not repeat on the 1st of the 13th month); inserting cyclic would be easy to count but then the cyclic argument is a number of days which vary between 30 and 31 (not to mention Feb). Can anybody help? Thank you. ray