From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: schedule repeated reminder on multiple days for multiple weeks Date: Sun, 21 Feb 2010 03:27:51 +0100 Message-ID: <9ai657-rdb.ln1@news.eternal-september.org> References: <7a3257-i8u.ln1@news.eternal-september.org> <87y6iptqc8.fsf@dasa3.iem.pw.edu.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nj2Gm-0001nN-2I for emacs-orgmode@gnu.org; Sat, 20 Feb 2010 22:14:08 -0500 Received: from [140.186.70.92] (port=51479 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nj2Gk-0001nF-Bb for emacs-orgmode@gnu.org; Sat, 20 Feb 2010 22:14:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nj2Gj-0001b0-Hq for emacs-orgmode@gnu.org; Sat, 20 Feb 2010 22:14:06 -0500 Received: from lo.gmane.org ([80.91.229.12]:43738) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nj2Gj-0001aq-CC for emacs-orgmode@gnu.org; Sat, 20 Feb 2010 22:14:05 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nj1qf-0003aj-RB for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 03:47:09 +0100 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Feb 2010 03:47:09 +0100 Received: from rileyrgdev by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Feb 2010 03:47:09 +0100 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 Richard Riley writes: > Ɓukasz Stelmach writes: > >> Richard Riley writes:> >>> What would the best approach be to schedule something like a radio >>> program which is on monday to friday at a certain time for the next 20 >>> weeks? >> >> >> >> * Incredible Radio Show 20:00-20:55 >> &%%(and >> (and (< 0 (calendar-day-of-week date)) >> (< (calendar-day-of-week date) 6)) >> (diary-block 2010 3 1 2010 7 18)) >> >> Just to follow up on this, this format worked for me: %%(and (and (< 0 (calendar-day-of-week date)) (< (calendar-day-of-week date) 6)) (diary-block 2 1 2010 7 18 2010)) History Of The World In 100 Objects (R4) 19:45-19:59 The actual text in the heading was ignored and the text to display must follow the regexp. regards, r.