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: Re: Formatting of fancy diary entries Date: Fri, 23 Apr 2004 11:44:13 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <85n054ccc0.fsf@emr.cs.iit.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082738932 28571 80.91.224.253 (23 Apr 2004 16:48:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Apr 2004 16:48:52 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 23 18:48:37 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 1BH3qv-0005Ls-00 for ; Fri, 23 Apr 2004 18:48:37 +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 1BH3qt-00069E-Fa for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Apr 2004 12:48:35 -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: 41 Original-NNTP-Posting-Host: 132.248.41.11 Original-X-Trace: news.uni-berlin.de 1082738596 10251417 I 132.248.41.11 ([91887]) User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:SBxTEaOhV6kMlu8jOpIoNyM0Gus= Original-Xref: shelby.stanford.edu gnu.emacs.help:122634 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:17920 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17920 reingold@emr.cs.iit.edu (Edward M. Reingold) writes: >>>>>> "RV" == Rafael Villarroel writes: > > RV> Say I have > > RV> (add-hook 'diary-display-hook 'fancy-diary-display) (setq > RV> diary-list-include-blanks t) in my .emacs > > RV> %%(diary-day-of-year) %%(diary-phases-of-moon) in my diary file > RV> days remaining in the year > > RV> How could I get a blank line between ======================== and the > RV> next line? How about getting some kind of separator between that and > RV> some other stuff I would put in my diary file? > > Use a line like > > &* * ============ > > But if you use the sorting hook, you will need to rewrite the sort to put the > line where you want it or it may get moved. Sorry to bother you again, but how exactly do I use that? If the contents of my diary file are: &* * ============ %%(diary-day-of-year) &* * ============ %%(diary-phases-of-moon) &* * ============ after M-x diary I get exactly the same as if had not included the &* * ============ lines, no new separators, no new blank lines. Friday, 23 April 2004 ===================== Day 114 of 2004; 252 days remaining in the year regards, Rafael