help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Update appointments when saving diary-file in GNU Emacs 21.3


From: Kevin Rodgers
Subject: Re: Update appointments when saving diary-file in GNU Emacs 21.3
Date: Mon, 17 Nov 2003 10:27:38 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Henrik S. Hansen wrote:

How do you update the appointments (for the current day)?  I'm using the
appointment feature in the diary in GNU Emacs 21.3.

Emacs automatically updates appointments at midnight, but that is not
good enough, since I want to update the appointments list several times
a day, without using M-x appt-add (it should instead parse the diary
file).

I'd prefer to use the diary for this, and not planner mode or anything
else.  Any ideas?

If you run `M-x diary' (or `d' i the *Calendar* buffer), the appointment list

should be updated.  If you can confirm that, then maybe you could add something
like this to the bottom of your ~/diary file:


### Local Variables:
### eval: (add-hook 'local-write-file-hooks (lambda () (diary) nil))
### End:

--
Kevin Rodgers



reply via email to

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