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

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

How to suppress diary buffer


From: Davin Pearson
Subject: How to suppress diary buffer
Date: Sun, 7 Jun 2009 15:18:59 -0700 (PDT)
User-agent: G2/1.0

I want to stop Emacs from bringing up a diary buffer every day.  Here
is the code that I have written to attempt this, but it doesn't work:

(setq appt-disp-window-function 'd-appt-disp-window-function)

(defun d-appt-disp-window-function ()
  (message "*** crud"))



reply via email to

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