As I am fully concentrating on playing with PlannerMode, I need a handy reference that I can refer to at all times.
This can be done in 3 simple steps:
#1 Create a symlink of the PlannerMode manual file:
CODE
ln -s /usr/share/emacs/23.0.0/lisp/planner/planner-el.info /usr/info
(/usr/info is where the Emacs info files are installed)
#2 Edit /usr/info/dir, locate the section for Emacs, go down the list and stop in the "p" area, then add this:
CODE
* Planner: (path/to/planner/Planner). Organizer/day planner for Emacs.
Save the file.
#3 Now in Emacs, you can refer to the Manual anytime using
C-h i. I find it very useful to have the Manual display on the upper buffer and working with Planner in the lower one.