guile-sources
[Top][All Lists]
Advanced

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

Re: Chore reminder -- Correction


From: Jon Wilson
Subject: Re: Chore reminder -- Correction
Date: Sat, 07 Jul 2007 11:07:54 -0400
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

Whoops.  example.chores.scm needs a small change.  Instead of
(chore "name" "description text" #:interval days)
we should have
(chore "name" "description text" (interval days))
Attached is a corrected version.
Regards,
Jon
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Put this file in your home directory under the name ".chores.scm"

(chore "bath-up" "Clean the upstairs bathroom" (interval 7))
(chore "bath-down" "Clean the downstairs bathroom" (interval 14))
(chore "kitchen-sweep" "Sweep the kitchen floor" (interval 3))
(chore "kitchen-mop" "Mop the kitchen floor" (interval 14))
(chore "sheets-up" "Change the sheets in the upstairs bedroom" (interval 7))

reply via email to

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