all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Creating a cyclical entry with a set number of repeats
@ 2009-11-22 16:39 Dennis Kibbe
  0 siblings, 0 replies; 2+ messages in thread
From: Dennis Kibbe @ 2009-11-22 16:39 UTC (permalink / raw
  To: help-gnu-emacs

Hallo Group,

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Creating a cyclical entry with a set number of repeats
       [not found] <mailman.11284.1258912175.2239.help-gnu-emacs@gnu.org>
@ 2009-11-22 22:42 ` Edward M. Reingold
  0 siblings, 0 replies; 2+ messages in thread
From: Edward M. Reingold @ 2009-11-22 22:42 UTC (permalink / raw
  To: help-gnu-emacs

>>>>> "DK" == Dennis Kibbe <dennisk@sahuaro.us> writes:

    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: reingold@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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-22 22:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.11284.1258912175.2239.help-gnu-emacs@gnu.org>
2009-11-22 22:42 ` Creating a cyclical entry with a set number of repeats Edward M. Reingold
2009-11-22 16:39 Dennis Kibbe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.