Torsten Bronger wrote:
> (setq calendar-month-name-array
> ["Januar" "Februar" "März" "April" "Mai" "Juni"
> "Juli" "August" "September" "Oktober" "November" "Dezember"])
>
> in .emacs (German month names). In the latest CVS Emacs this
> doesn't work with "appt", i.e. no appointment windows pops up. The
> reason is that the diary entry starts with "Okt 10, 2005" but appt
> expects "Oct 10, 2005".
Works for me (in CVS from Oct 1; waiting for current to build...). My
minimal example looks like:
~/diary:
Okt 23, 2005 23:20 do stuff
~/foo.el:
(setq calendar-month-name-array
["Januar" "Februar" "Merz" "April" "Mai" "Juni"
"Juli" "August" "September" "Oktober" "November" "Dezember"])
(appt-activate 1)
emacs -q --no-site-file -l foo.el
and up pops the appointment reminder.
Do your diary entries show up in the output of M-x diary when you
think they should? (appt uses diary's date-parsing mechanism). Do they
contain recognizable times of day?
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug