[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Calendar mode
From: |
Kaustuv |
Subject: |
Re: Calendar mode |
Date: |
28 May 2003 23:38:24 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Hi,
I am trying to customize calendar so that the moment i log into emacs its
shows all the diary entries in the calendar.So I tried setting in .emacs
(setq mark-diary-entries-in-calendar t)
but it turns out that it is effective only after calender diplay is
RECOMPUTED. Is there some way of marking diary faces right in the initial
display?
I tried
(setq calendar-load-hook
'(lambda () (setq mark-diary-entries-in-calendar t)))
but it does not help.
Any help shall be appreciated
Regards
Kaustuv
- Re: Calendar mode,
Kaustuv <=