all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* todo-mode.el comment patch
@ 2002-03-31  6:09 Jason Schroeder
  0 siblings, 0 replies; only message in thread
From: Jason Schroeder @ 2002-03-31  6:09 UTC (permalink / raw)


Hi.

lisp/calendar/todo-mode.el is missing some relevant comments.  The next new
user can avoid
reading the elisp code if the following was included in the comments.

This is an anonymous donation for all I care.

Jason Schroeder

--- todo-mode.el~	Tue Nov 13 04:12:45 2001
+++ todo-mode.el	Sun Mar 31 06:03:58 2002
@@ -69,6 +69,28 @@
 ;;      in order to initialise the file, but it is not necessary
 ;;      afterwards.
 ;;
+;;      TODO is designed to be used in conjunction with diary mode. This
+;;      indicates the purpose of the pattern "*/*" (aka todo-prefix below)
+;;      in the TODO files.  The following are diary specific
initializations
+;;      used to expose the TODO/diary functionality.
+;;
+;;      In the diary-file, you add the line:
+;;          #include "~/.todo-do"
+;;      (The file name is the same as todo-file-do.)
+;;
+;;      Also, you add the following in order to cause the diary include
+;;      include feature to work.
+;;          (add-hook 'diary-display-hook 'fancy-diary-display)
+;;          (add-hook 'list-diary-entries-hook 'include-other-diary-files)
+;;
+;;      And, when using the diary mode in conjunction with the calendar
mode,
+;;      the first turns that feature on and the second controls whether the
+;;      todo items are indicated on the calendar.  I do not suggest the use
+;;      of the diary marking feature in conjunction with TODO.
+;;
+;;          (add-hook 'diary-hook 'appt-make-list)
+;;          (add-hook 'mark-diary-entries-hook 'mark-included-diary-files)
+;;
 ;;      As these commands are quite long to type, I would recommend
 ;;      the addition of two bindings to your to your global keymap.  I
 ;;      personally have the following in my initialisation file:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-03-31  6:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-31  6:09 todo-mode.el comment patch Jason Schroeder

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.