all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Alfred M. Szmidt" <ams@kemisten.nu>
Cc: help-gnu-emacs@gnu.org
Subject: Re: enhanced diary mode?
Date: Sun, 03 Nov 2002 12:45:09 +0100	[thread overview]
Message-ID: <E188JBl-0001Dd-00@lgh163a.kemisten.nu> (raw)
In-Reply-To: <87lm4bas08.fsf@at_ipipan.waw.pl> (adamp_at@at_ipipan.waw.pl)

Did you read the section about Calendar/Diary in the Emacs manual?

   - sending reminders via email rather than displaying them in the mode
     line;

From (emacs)Diary Commands:

   Many users like to receive notice of events in their diary as
email.  To send such mail to yourself, use the command `M-x
diary-mail-entries'.  A prefix argument specifies how many days
(starting with today) to check; otherwise, the variable
`diary-mail-days' says how many days.

   - marking diary entries in various ways depending on the type of the
     entry (e.g.: anniversaries in red and appointment via underlining);

See (emacs)Special Diary Entries:

   Each of the standard sexp diary entries takes an optional parameter
specifying the name of a face or a single-character string to use when
marking the entry in the calendar.  Most generally, sexp diary entries
can perform arbitrary computations to determine when they apply.
*Note Sexp Diary Entries: (elisp)Sexp Diary Entries.

   - something like RefTeX's follow mode: moving cursor from one date to
     another would automatically result in displaying diary entries for
     the new date, without the need to press 'd' each time.

See calendar-move-hook:

*List of functions called whenever the cursor moves in the calendar.

For example,

  (add-hook 'calendar-move-hook (lambda () (view-diary-entries 1)))

redisplays the diary for whatever date the cursor is moved to.

  reply	other threads:[~2002-11-03 11:45 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-03 10:04 enhanced diary mode? Adam P.
2002-11-03 11:45 ` Alfred M. Szmidt [this message]
     [not found] ` <mailman.1036324818.17268.help-gnu-emacs@gnu.org>
2002-11-03 12:31   ` Adam P.
2002-11-03 16:53     ` Alan Shutko
2002-11-03 17:50       ` Adam P.
2002-11-03 16:52   ` Alan Shutko
2002-11-06  9:25     ` Janusz S. Bień
2002-11-06 13:35       ` Alan Shutko
2002-11-09 19:51         ` Janusz S. Bień
     [not found]       ` <mailman.1036591851.15704.help-gnu-emacs@gnu.org>
2002-11-06 15:30         ` David S Goldberg
     [not found]     ` <mailman.1036567032.10098.help-gnu-emacs@gnu.org>
2002-11-06 15:17       ` Edward M. Reingold
2002-11-04  2:10 ` Diary Usage Poll (WAS) " Galen Boyer
2002-11-04  2:22   ` Diary Usage Poll Henrik Enberg
2002-11-04  3:23   ` Diary Usage Poll (WAS) Re: enhanced diary mode? Alan Shutko
2002-11-04 21:27     ` David Masterson
2002-11-04 21:48       ` Diary Usage Poll David S Goldberg
2002-11-05 18:16         ` David Masterson
2002-11-04 22:07       ` Diary Usage Poll (WAS) Re: enhanced diary mode? Alan Shutko
2002-11-05 13:33         ` Sacha Chua
2002-11-05 18:41         ` Robert Uhl <ruhl@4dv.net>
2002-11-05 19:08           ` Alan Shutko
2002-11-05  0:47   ` mr.sparkle
2002-11-06 20:01     ` ken
     [not found]     ` <mailman.1036615660.28127.help-gnu-emacs@gnu.org>
2002-11-06 21:22       ` Diary Usage Poll Alan Shutko
2002-11-07 15:11         ` ken
     [not found]         ` <mailman.1036682579.21567.help-gnu-emacs@gnu.org>
2002-11-07 19:07           ` Alan Shutko

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=E188JBl-0001Dd-00@lgh163a.kemisten.nu \
    --to=ams@kemisten.nu \
    --cc=help-gnu-emacs@gnu.org \
    /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.