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. More reports will be forthcoming, as well as some patches. Best, Joe -- Joseph Kiniry School of Computer Science and Informatics UCD Dublin http://secure.ucd.ie/ http://srg.cs.ucd.ie/ --- Debugger entered--Lisp error: (invalid-function (macro lambda (&rest body) "Execute BODY then save buffers according to `planner-tasks-file-behavior'. Also sets some variables to modify font-lock behaviour while updating." (let ((live-buffers (make-symbol "live-buffers"))) (\` (save-window-excursion (save-restriction (let (((\, live-buffers) (and (eq planner-tasks-file-behavior (quote close)) (buffer-list))) (current-buffer (current-buffer))) (prog1 (let ((planner-tasks-file-behavior nil)) (\,@ body)) (when planner-tasks-file-behavior (planner-save-buffers (\, live-buffers) t current-buffer)))))))))) with-planner-update-setup(nil) planner-appt-update-appt-section-maybe() planner-appt-add-appts-from-tasks() planner-appt-update() planner-appt-update-for-write() run-hook-with-args-until-success(planner-appt-update-for-write) basic-save-buffer() save-buffer(1) call-interactively(save-buffer) _______________________________________________ emacs-wiki-discuss mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss
