From mboxrd@z Thu Jan 1 00:00:00 1970 From: RC Subject: Weekly Repeat Appointment scheduling for fixed date range Date: Wed, 30 Jul 2008 19:12:39 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOH6V-0008N6-Ov for emacs-orgmode@gnu.org; Wed, 30 Jul 2008 15:12:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOH6T-0008MC-VX for emacs-orgmode@gnu.org; Wed, 30 Jul 2008 15:12:55 -0400 Received: from [199.232.76.173] (port=36129 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOH6T-0008M8-ML for emacs-orgmode@gnu.org; Wed, 30 Jul 2008 15:12:53 -0400 Received: from main.gmane.org ([80.91.229.2]:36610 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KOH6T-0005KF-Kx for emacs-orgmode@gnu.org; Wed, 30 Jul 2008 15:12:53 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KOH6M-0006BL-Mt for emacs-orgmode@gnu.org; Wed, 30 Jul 2008 19:12:46 +0000 Received: from c-69-243-228-17.hsd1.fl.comcast.net ([69.243.228.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Jul 2008 19:12:46 +0000 Received: from recif by c-69-243-228-17.hsd1.fl.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Jul 2008 19:12:46 +0000 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 Hi, I would like to schedule an appointment that repeats weekly (actually to repeat Tuesday, Thursday, or Monday, Wednesday, Friday) with a fixed ending time and over a fixed range of dates. The following just repeated the appointment for every day in the date interval: <2008-08-26 Tue 10:00-11:00 +1w>-<2008-12-09 Tue 10:00-11:00 +1w> I wanted to check if one of you had a solution, before I tried writing an emacs diary sexp function. Thanks. Recif