>>>>> Joseph Kiniry <[EMAIL PROTECTED]> writes: > I am running the latest muse-planner. I have recently migrated from > the old emacs-wiki-based planner and am quite happy so far.
> When I set > (setq planner-appt-task-use-appointments-section-flag t) > I get the below Lisp error when saving any day entry. > This looks like a function-application-applied-to-macro type of > problem. Note that with-planner-update-setup's body formal parameter > is nil. The problem could also be related to compilation. I haven't had the time to look at planner-muse yet, so this is just a guess, but it could well be that the (require 'planner), if such a line exists in the planner-muse planner-appt, should be wrapped in an `eval-and-compile' so that the macro gets properly expanded: (eval-and-compile (require 'planner)) Does that work? [I am sorry that I can't test it for myself at the moment]. Regards, -- Jim Ottaway _______________________________________________ emacs-wiki-discuss mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss
