From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rafael Villarroel Newsgroups: gmane.emacs.help Subject: Formatting of fancy diary entries Date: Wed, 21 Apr 2004 16:44:21 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082584100 20295 80.91.224.253 (21 Apr 2004 21:48:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Apr 2004 21:48:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 21 23:48:11 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGPZi-0005qD-00 for ; Wed, 21 Apr 2004 23:48:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BGPXq-0004f1-3E for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Apr 2004 17:46:14 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!fu-berlin.de!uni-berlin.de!132.248.41.11!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 132.248.41.11 Original-X-Trace: news.uni-berlin.de 1082583824 9106095 I 132.248.41.11 ([91887]) User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:dM/4HTxT7CMxLX2tvkGxrXr1ddg= Original-Xref: shelby.stanford.edu gnu.emacs.help:122539 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17826 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17826 Say I have (add-hook 'diary-display-hook 'fancy-diary-display) (setq diary-list-include-blanks t) in my .emacs %%(diary-day-of-year) %%(diary-phases-of-moon) in my diary file Then after M-x diary, I get the following in a separate buffer: Wednesday, 21 April 2004 ======================== Day 112 of 2004; 254 days remaining in the year How could I get a blank line between ======================== and the next line? How about getting some kind of separator between that and some other stuff I would put in my diary file? thanks in advance,