"Eric Johnson" <[EMAIL PROTECTED]> writes: > So here's my problem. > > I like the planner notes mechanism. Great way to document work for a > given project and a given date. The problem is - I want to be able to > add my note to FooBar and have it automatically also put that note on > today's date. Well - that part was easy. I have that working. > > The real fun part is getting so that when I update that note on the > FooBar page - the same entry on the date page is updated in near real > time, or at least updated at some point during the progress of my > emacs session.
After I edit a note, I call the function planner-update-note, which copies my changes to the linked pages. Evan _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
