I spot an issue with running Remember Mode in Planner. Remember fails to launch (M-x remember) due to missing setting.
You can fix add this to your
~/.emacs (add-to-list 'load-path "/usr/share/emacs/23.0.0/lisp/remember")
(require 'remember-planner)
(setq remember-handler-functions '(remember-planner-append))
(setq remember-annotation-functions planner-annotation-functions)
If you are newbies like me, don't ask "why?" Just do it. It works.
I got this piece (with modified load path) from
the original RememberMode homepage, which seems to be missing in the PlannerMode page.
I am still learning (playing with ) PlannerMode and Emacs and finetuning the .emacs setting specially for PIM. Will incorporate new things into the next version so as to make the suite more "ready to go".
Still preparing a new newbie tutorial. Stay tuned.