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: Mon, 26 Apr 2004 09:08:36 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1082989591 5226 80.91.224.253 (26 Apr 2004 14:26:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Apr 2004 14:26:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 26 16:26:23 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 1BI73u-0006iR-00 for ; Mon, 26 Apr 2004 16:26:23 +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 1BI6v7-0003cO-HY for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Apr 2004 10:17:17 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!132.248.41.11!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 132.248.41.11 Original-X-Trace: news.uni-berlin.de 1082988428 13158702 I 132.248.41.11 ([91887]) User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:oJJ0kt3RtHcLhuR5KCohMFQ9ars= Original-Xref: shelby.stanford.edu gnu.emacs.help:122719 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:18007 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18007 Matthias writes: > Rafael Villarroel wrote: > >> 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? > > Does the following is correct ? > > &%%(progn " ") > &%%(diary-day-of-year) > &%%(diary-phases-of-moon) > &%%(progn t) --- works fine for me, thanks! Rafael