emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: schedule repeated reminder on multiple days for multiple w


From: Richard Riley
Subject: [Orgmode] Re: schedule repeated reminder on multiple days for multiple weeks
Date: Sun, 21 Feb 2010 03:27:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Richard Riley <address@hidden> writes:

> Łukasz Stelmach <address@hidden> writes:
>
>> Richard Riley <address@hidden> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]