* questions about elisp with diary
@ 2006-07-23 15:16 Raimund Kohl-Fuechsle
2006-07-24 12:36 ` Jim Ottaway
0 siblings, 1 reply; 2+ messages in thread
From: Raimund Kohl-Fuechsle @ 2006-07-23 15:16 UTC (permalink / raw)
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.
ray
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: questions about elisp with diary
2006-07-23 15:16 questions about elisp with diary Raimund Kohl-Fuechsle
@ 2006-07-24 12:36 ` Jim Ottaway
0 siblings, 0 replies; 2+ messages in thread
From: Jim Ottaway @ 2006-07-24 12:36 UTC (permalink / raw)
>>>>> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-07-24 12:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-23 15:16 questions about elisp with diary Raimund Kohl-Fuechsle
2006-07-24 12:36 ` Jim Ottaway
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).