help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: diary settings for recurring events


From: Daniel Jensen
Subject: Re: diary settings for recurring events
Date: Sun, 07 Oct 2007 13:18:52 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (gnu/linux)

knubee <knubee@gmail.com> writes:

> Sometimes we want a recurring event to have a limited time-span. For
> example, to have a weekly event start on a particular date and end on
> a particular date. Is there a simple way to do this in emacs diary?

Here's how to do it with a sexp diary entry:

%%(and (= (calendar-day-of-week date) 1)
       (diary-block 10 8 2007 11 5 2007)) 14:00-16:00 blah blah blah


reply via email to

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