Re: Re: planner gnus reference
John Sullivan <[email protected]> Fri, 30 Jun 2006 02:28:49 -0400
| Newsgroups | gmane.emacs.wiki.general,gmane.emacs.planner.general |
|---|---|
| Message-ID | <[email protected]> |
(Please send replies to the [email protected] list instead of the deprecated emacs-wiki-discuss list) [email protected] writes: > This works very nice, but how about if I want to do the same thing with > notes instead of tasks. Like create a note with a link in it. > Make sure that remember and its modules are in your load path. Then load remember in your .emacs with: (require 'remember-planner) Also add: (setq remember-annotation-functions planner-annotation-functions) (setq remember-handler-functions '(remember-planner-append)) Create a note with M-x remember when you have selected a message in Gnus. It should then add the context information you are looking for. -- -johnsu01 -http://www.wjsullivan.net