I teach a class on Tuesday and Thursday evenings that lasts for eight
weeks. A cyclical entry in the diary seems the obvious way to list this
event but consulting the Emacs Manual and the Lisp Reference Manual
doesn't show a way of creating a cyclical entry that doesn't repeat
forever.
Any ideas on how to do this or is there a better way?
dennisk
--
"Free as in Freedom"
Free Software Foundation
DK> Hallo Group, I teach a class on Tuesday and Thursday evenings that
DK> lasts for eight weeks. A cyclical entry in the diary seems the obvious
DK> way to list this event but consulting the Emacs Manual and the Lisp
DK> Reference Manual doesn't show a way of creating a cyclical entry that
DK> doesn't repeat forever.
DK> Any ideas on how to do this or is there a better way?
You need a diary sexp:
&%%(and (memq (calendar-day-of-week date) '(2 4))
(diary-block 11 1 2009 12 31 2009)) Teach class
--
Professor Edward M. Reingold Email: rein...@iit.edu
Department of Computer Science Voice: (312) 567-3309
Illinois Institute of Technology Fax: (312) 567-5067
Stuart Building, 228F
10 West 31st Street
Chicago, IL 60616-3729 U.S.A.