From mboxrd@z Thu Jan 1 00:00:00 1970 From: RC Subject: Re: Weekly Repeat Appointment scheduling for fixed date range Date: Thu, 31 Jul 2008 23:30:14 +0000 (UTC) Message-ID: References: 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 1KOhbO-0004qu-Ca for emacs-orgmode@gnu.org; Thu, 31 Jul 2008 19:30:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOhbM-0004ob-LM for emacs-orgmode@gnu.org; Thu, 31 Jul 2008 19:30:33 -0400 Received: from [199.232.76.173] (port=59000 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOhbM-0004oY-GT for emacs-orgmode@gnu.org; Thu, 31 Jul 2008 19:30:32 -0400 Received: from main.gmane.org ([80.91.229.2]:58410 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 1KOhbM-0003wI-AY for emacs-orgmode@gnu.org; Thu, 31 Jul 2008 19:30:32 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KOhbD-0001QU-Um for emacs-orgmode@gnu.org; Thu, 31 Jul 2008 23:30:24 +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 ; Thu, 31 Jul 2008 23:30:23 +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 ; Thu, 31 Jul 2008 23:30:23 +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 RC yahoo.com> writes: > > 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 > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > Hi, To follow up on my earlier post. I modified the diary-schedule function at http://www.emacswiki.org/cgi-bin/wiki/DiaryMode to select more than one dayname (e.g. Tuesday and Thursday) and a time-period, over a block of dates. I am trying to figure out how to include this function in an org file, similar to what can be done with built-in diary functions, e.g <%%(diary-block 8 25 2008 12 12 2008)>. I would welcome any suggestions on how to do this. Recif