From: reingold@emr.cs.iit.edu (Edward M. Reingold)
Cc: DirkJ.Druecker@freenet.de
Subject: Re: Problems printing out diary
Date: 04 Apr 2006 15:47:07 -0500 [thread overview]
Message-ID: <85hd59hxv8.fsf@emr.cs.iit.edu> (raw)
In-Reply-To: mailman.42.1144175189.9609.help-gnu-emacs@gnu.org
>>>>> "DJGD" == Dirk J Guerrero Drücker <DirkJ.Druecker@freenet.de> writes:
DJGD> It is easy to use the calendar and it is easy to display the
DJGD> appointments by typing "d". But how can I print the appointments for
DJGD> that day? I tried to mark the region and to print the region. Emacs
DJGD> always prints out the whole diary file! Can anybody please help me?
DJGD> Please consider that I'm not an experienced user.
That is happening because what is shown on the screen is the full diary file
WITH SOME LINES HIDDEN. Printing prints the whole thing!
The best way to use the diary is with the fancy diary display--that way, what
you see is what you get; but the results are computed from the diary file and
hence not editable. You set:
(add-hook 'diary-display-hook 'fancy-diary-display)
You may also want to set:
(add-hook 'list-diary-entries-hook 'sort-diary-entries t)
Since you are in Germany, you may want to change the month and day names to
German (this has been done before, so you can find it on the web).
--
Professor Edward M. Reingold Email: reingold@iit.edu
Chairman, Department of Computer Science Voice: (312) 567-3309
Illinois Institute of Technology Assistant: (312) 567-5152
Stuart Building Fax: (312) 567-5067
10 West 31st Street, Suite 236
Chicago, IL 60616-3729 U.S.A.
next parent reply other threads:[~2006-04-04 20:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.42.1144175189.9609.help-gnu-emacs@gnu.org>
2006-04-04 20:47 ` Edward M. Reingold [this message]
2006-04-04 13:59 Problems printing out diary Dirk J. Guerrero Drücker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=85hd59hxv8.fsf@emr.cs.iit.edu \
--to=reingold@emr.cs.iit.edu \
--cc=DirkJ.Druecker@freenet.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.