(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 _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
