emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Richard Riley <rileyrgdev@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: schedule repeated reminder on multiple days for multiple weeks
Date: Sun, 21 Feb 2010 03:27:51 +0100	[thread overview]
Message-ID: <9ai657-rdb.ln1@news.eternal-september.org> (raw)
In-Reply-To: dln257-q8t.ln1@news.eternal-september.org

Richard Riley <rileyrgdev@gmail.com> writes:

> Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> writes:
>
>> Richard Riley <rileyrgdev@gmail.com> 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.

      reply	other threads:[~2010-02-21  3:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-19  9:47 schedule repeated reminder on multiple days for multiple weeks Richard Riley
2010-02-19 11:06 ` Carsten Dominik
2010-02-19 11:30 ` Łukasz Stelmach
2010-02-19 15:34   ` Richard Riley
2010-02-21  2:27     ` Richard Riley [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9ai657-rdb.ln1@news.eternal-september.org \
    --to=rileyrgdev@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).