I am trying to get diary entries working. This is the subject of another post.
This query centres around how & when planner commits. I deleted everything in my Plans dir. I emptied my .diary file. I bought up planner using my hot key C-c n (plan). As expected I saw: ,---- | * Tasks | | | * Diary | | <lisp>(planner-diary-entries-here)</lisp> | | * Notes `---- I ran planner-diary-add-entry and added a new entry. It appeared in my .diary file. Nothing appeared in my new plan page. I quit emacs to find that the newly created plan page for today had not been committed by the call to planner-diary-add-entry. If I save it and then restart emacs and call up plan then the diary entry is displayed. Editing the plan page with a text editor confirms that the diary entries are not really there (see below). Why is this? What is the design for saving? When should I save? How should I save to ensure that related files are committed too? I had similar issue between taskpool and the day page. I understand that the diary entry isnt really in the plan page since its really a "lisp format code" which sucks in the diary entries. Opening it in a text editor confirms this and I see <lisp>(planner-diary-entries-here)</lisp> in the file. Does this also mean you can not edit diary entries in a plan page? I will be eternally grateful to anyone who can put me on the right tracks - possibly I am over thinking here but I'm in a right pickle at the moment. -- _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
