Jim,

Thanks for posting the patch.  After updating muse and planner-muse, I
found planner-appt broke planner such that I could not mark tasks as
complete (and other actions).  Was getting a wrong type error.

On 25 Nov 2005, [EMAIL PROTECTED] wrote:
> Here is a patch [I can't add it to my archive mirror because there
> are some other changes to planner that I have made that might get
> mixed in]:

Applying your patch seems to have fixed things (although I haven't yet
tested heavily).

+ seth


>
> --- orig/planner-appt.el
> +++ mod/planner-appt.el
> @@ -1084,8 +1084,11 @@
>            (if (planner-appt-task-nagging-p
>            (planner-task-description info))
>                (progn (planner-edit-task-description (nth 0 appt))
>                       ad-do-it)
> -            (unless (and info time)
> -              ad-do-it)))))))
> +            (if (and info time)
> +                   ;; Fri Nov 25 13:59:02 GMT 2005: Fix for new [?]
> +                   ;; behaviour of planner-copy-or-move-region.
> +                   (forward-line -1)
> +                 ad-do-it)))))))
>
> ;; NB: this advice leads to two updates of the task appointment
> ;; section [when updating it is enabled, of course]: it is hard to
> ;; see
>
>
> Regards,


_______________________________________________
emacs-wiki-discuss mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss

Reply via email to