From 881c730130271b0f50920979358458d5c6d9d7de Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Fri, 16 Jun 2006 04:01:54 +0000 Subject: [PATCH] Merged from mwolson@gnu.org--2006 (patch 58) Patches applied: * mwolson@gnu.org--2006/planner--main--1.0--patch-58 Spot check documentation through planner-gnus.el. git-archimport-id: mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-45 --- planner-el.texi | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 52 insertions(+), 7 deletions(-) diff --git a/planner-el.texi b/planner-el.texi index a994066..fcdef76 100644 --- a/planner-el.texi +++ b/planner-el.texi @@ -4139,6 +4139,9 @@ There is a lot of code redundancy in the development version. This is intentional and makes it easier to change the code for one type of diary section without breaking others. +@subheading Diary views + +@cindex @file{planner-diary.el}, views Currently Planner-Diary supports six different views of your diary entries: @@ -4175,6 +4178,44 @@ The function @code{planner-diary-entries-here} takes two optional arguments---the diary file you want to use and the number of days you want to display. +@subheading Exporting Planner-specific Diary files + +@cindex @file{planner-diary.el}, exporting entries +If you would like to export diary entries from your Planner pages to +separate Diary files, add @code{(require 'planner-export-diary)} to your +config. The following steps describe the usage of the functions and +options contained in this file. + +@enumerate + +@item +Customize @code{planner-export-diary-file}. The default value is +``~/diary.planner''. + +@item +Add the following line to your main Diary file (default: ``~/diary''). + +@example +#include ~/diary.planner +@end example + +@item +Then, call @command{M-x planner-export-diary-future} whenever you want +future diary entries published. You can automatically publish entries by +adding either of the following to your .emacs. + +@itemize + +@item (planner-export-diary-future) +Publish future entries on startup. + +@item (add-hook 'planner-mode-hook 'planner-export-diary-setup) +Publish future entries whenever you save a Planner file. + +@end itemize + +@end enumerate + @node Appointments, Timeclock, Diary, Scheduling and Time @comment node-name, next, previous, up @subsection Appointments @@ -4885,17 +4926,21 @@ and add this to your @file{.emacs} (or @file{_emacs}): @end example -ERC URLs are of the form, @samp{irc://server/nick/#channel}, -@samp{irc://server/nick} or @samp{irc://server/nick}. - -Annotations will be of the form: +IRC URLs may be of the following forms. @example +irc://server/nick,isnick +irc://server/#channel +irc://server +@end example -[[irc://server/nick/#channel][Chat with nick on server#channel]] -[[irc://server/nick][Chat with nick on server]] -[[irc://server][Chat on server]] +Annotations will be in the following forms. +@example +[[irc://server/nick,isnick][Chat with nick on server#channel]] +[[irc://server/nick,isnick][Chat with nick on server]] +[[irc://server/#channel][Chat on server#channel]] +[[irc://server][Chat on server]] @end example @file{planner-erc.el} does not define any interactive functions, or -- 2.11.4.GIT