From: Jim Ottaway <j.ottaway@lse.ac.uk>
Subject: Re: questions about elisp with diary
Date: Mon, 24 Jul 2006 13:36:42 +0100 [thread overview]
Message-ID: <874px741t1.fsf@lse.ac.uk> (raw)
In-Reply-To: 20060723151600.98FB12031E@esmeralda.nabuli
>>>>> 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
prev parent reply other threads:[~2006-07-24 12:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-23 15:16 questions about elisp with diary Raimund Kohl-Fuechsle
2006-07-24 12:36 ` Jim Ottaway [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874px741t1.fsf@lse.ac.uk \
--to=j.ottaway@lse.ac.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).