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

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

Re: cyclic diary entry


From: Alan Shutko
Subject: Re: cyclic diary entry
Date: Tue, 03 Sep 2002 16:25:34 -0400
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.3.50 (i686-pc-linux-gnu)

Raimund.Kohl@freenet.de writes:

> how can I make a cyclic diary entry like "every first sunday of month"?

Check out Special Diary Entries in the Emacs Manual:

       Another sophisticated kind of sexp entry, a "floating" diary entry,
    specifies a regularly occurring event by offsets specified in days,
    weeks, and months.  It is comparable to a crontab entry interpreted by
    the `cron' utility.  Here is a nonmarking, floating diary entry that
    applies to the last Thursday in November:

         &%%(diary-float 11 4 -1) American Thanksgiving

    The 11 specifies November (the eleventh month), the 4 specifies Thursday
    (the fourth day of the week, where Sunday is numbered zero), and the -1
    specifies "last" (1 would mean "first," 2 would mean "second," -2 would
    mean "second-to-last," and so on).  The month can be a single month or
    a list of months.  Thus you could change the 11 above to `'(1 2 3)' and
    have the entry apply to the last Thursday of January, February, and
    March.  If the month is `t', the entry applies to all months of the
    year.

-- 
Alan Shutko <ats@acm.org> - In a variety of flavors!
You just can't beat cubic inches.


reply via email to

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