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

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

Re: questions about elisp with diary


From: Jim Ottaway
Subject: Re: questions about elisp with diary
Date: Mon, 24 Jul 2006 13:36:42 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>>>>> Raimund Kohl-Fuechsle <Raimund.Kohl@nabuli.de> writes:

> Hi,
> I just wonder why this expression in my diary file does not work:

> %%(diary-float t 3 '(1 3)) 10:30 Uhr Something

> It's an app. every first and third Wednesday of every month.

diary-float only takes an integer, not a list for the N argument.

You would have to have something like

%%(or (diary-float t 3 1)
      (diary-float t 3 3)) 10:30 Uhr Something

Regards,
-- 
Jim Ottaway





reply via email to

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