From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: diary turning off holidays Date: Mon, 09 Oct 2006 17:38:12 -0700 Organization: None Message-ID: <6yfydxqa2z.fsf@xoc2.stanford.EDU> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1160441799 2012 80.91.229.2 (10 Oct 2006 00:56:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Oct 2006 00:56:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 10 02:56:35 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GX5gQ-0004dM-9g for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Oct 2006 02:41:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GX5gP-0005Ff-RG for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Oct 2006 20:41:21 -0400 Original-Path: shelby.stanford.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: xoc2.stanford.edu Original-X-Trace: news.Stanford.EDU 1160440692 4422 171.64.109.31 (10 Oct 2006 00:38:12 GMT) Original-X-Complaints-To: news@news.stanford.edu X-Spook: steganography sulfur CIA subsonic Eastern Shan State Army X-Ran: jL(]&E.tdftva<@QhTY%Y(d`Ql^@rX%?(]&?+GC:P=kO9r2+&yJj_E;xfxs3PJ9{>J/=Gr X-Hue: red X-Attribution: GM Mail-Followup-To: help-gnu-emacs@gnu.org Mail-Copies-To: nobody User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cancel-Lock: sha1:mNjcKMzbovkJd5uAGdMlYMOv1o4= Original-Xref: shelby.stanford.edu gnu.emacs.help:142322 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37941 Archived-At: ken wrote: > (setq holidays-in-diary-buffer nil) > > but when I do this, holidays, s.a., Columbus Day, are not displayed at > all. Is this how it's supposed to work? Yes. As it says in the documentation for this variable, and the Emacs manual. > If so, how do I get holidays displayed below the date along with > other entries? You re-write the diary display function, or you add the holidays you are interested in to your diary like any other entry.