emacs-devel
[Top][All Lists]
Advanced

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

Re: diary-lib.el how about adding diary-schedule


From: Michael Heerdegen
Subject: Re: diary-lib.el how about adding diary-schedule
Date: Tue, 24 Aug 2021 16:37:58 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Gijs Hillenius <gijs@hillenius.net> writes:

> The way I understand it (..) : diary-cyclic does not let me set an
> end-date, so a weekly entry is repeated "forever".
>
> End-date is in diary-block, but then the entry is added every day
> between begin and end date, instead of say, every Monday.
>
> Perhaps diary-block could be improved to allow setting 'every N days'
> like in diary-cyclic? 

Diary expressions are normal Elisp forms, so just use e.g.:

%%(and (diary-cyclic 10 08 24 2021) (diary-block 08 24 2021 12 31 2021))

Michael.



reply via email to

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