John Sullivan <[EMAIL PROTECTED]> writes:

> Hadron <[EMAIL PROTECTED]> writes:
>
>> Just some comments on the docs:
>>
>> http://www.mwolson.org/static/doc/planner/Diary.html
>>
>> It talks about C-c C-e in planner pages to update the diary section.
>>
>> These are 
>>
>> ,----
>> | C-c C-e runs the command muse-edit-link-at-point
>> |    which is an interactive compiled Lisp function in `muse-mode.el'.
>> | It is bound to C-c C-e.
>> `----
>>
>> for me.
>>
>
> I take it from your other message that this changed after you actually called
> (planner-diary-insinuate). 

C-c C-e works now I have reverted to:

(setq planner-day-page-template
      "* Tasks\n\n\n* Schedule\n\n\n* Diary\n\n\n* Notes")
(add-hook 'diary-display-hook 'fancy-diary-display)
(setq planner-diary-create-section-flag t)
(setq planner-diary-use-diary t)
(planner-diary-insinuate)

(Note : I dont like this as it allows editing of the diary section with
no save back to the diary file - this can lead to lost data and
confusion I believe).


However, when I call planner-diary-add-entry from within a planner page
the diary section is NOT updated. It should be without the need to
explicitly invoke planner-diary-insert-diary or the update function.

>
>> Also, it would be better to mention the function name, not the key
>> stroke for just this reason. I dont know from the doc which function is
>> supposed to perform this action.
>>
>
> Ok, I'll mention the function name in the section that lists the keybinding.
> Checking that in now.
>
>> Which are the latest docs I should be looking at?
>>
>
> The info manual, which comes with planner.

There is no online latest which might include doc updates which result
from feedback to this mailing list?

-- 

_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss

Reply via email to