>>>>> Hadron <[EMAIL PROTECTED]> writes: > Is there a way to configure planner to remember the line number when I > invoke "remember" from within a C file. Its great having the link back > to the file, but it would be nice if it would remember the line number > too. I realise that line is liable to move as days go on, for a "between > sessions" reminder it would be a nice to have.
You can add planner-annotation-from-file-with-position to remember-annotation-functions. This is included by default in planner-annotation-functions, but not remember-annotation-functions unless, so it appears from remember.el, you load planner before remember. You can use all of the planner annotation functions for remember; from the source of remember.el: ;; People with planner.el can set this to planner-annotation-functions: ;; (defvaralias 'remember-annotation-functions 'planner-annotation-functions) ;; or (defalias 'remember-annotation-functions 'planner-annotation-functions) Regards, -- Jim Ottaway _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
