#!/bin/sh
# diary-rem.sh -- repeatedly run the emacs diary-reminder
# NOTE: change the text `user@host.name' below to your full email address.
xemacs -batch  \
-eval "(setq diary-mail-days 7 \
             european-calendar-style t \
	     diary-mail-addr \"user@host.name\" )" \
-l diary-rem.el -f diary-mail-entries 
#at -f diary-rem.sh 0200 tomorrow

