I'm not sure exactly how I did this. It may be unique to Aquamacs, or general for all emacsen. Somehow, while playing with the customized options, I got the muse-project-alist put into the customization file. This is separate from .emacs in the Aquamacs config, so it took most of a morning to figure this out.
The symptoms were that there was an assertion error from M-x plan, and the planner files were being put into muse-mode rather than planner-mode. The fix is easy once found. I just removed the setq for muse-project-alist from the customizations. It was wrong, in that it had lost the :major-mode and :visit-link attributes. So this information is for anyone else who falls into this trap. I still don't know just what I did, although I know that it was done partially automatically by the emacs options menu. I did not edit the customization by hand to put this there. R Horn _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
