> ---------- Forwarded message ---------- > From: "Kevin T. Neely" <[EMAIL PROTECTED]> > To: Discussion <[email protected]> > Date: Sat, 13 Oct 2007 06:26:58 -0400 > Subject: Re: [Planner-el-discuss] Planner not recognizing planner-directory > On Fri, Oct 12, 2007 at 09:55:30AM -0400, Mirko Vukovic wrote: > > > ---------- Forwarded message ---------- > > > From: [EMAIL PROTECTED] > > > I only have one muse-project-alist in my .emacs file: > > > > > > (require 'planner) > > > (require 'planner-multi) > > > (setq planner-directory "~/Plans/") > > > > > > (setq muse-project-alist > > > '(("WikiPlanner" > > > ("~/Plans/" ;; plan location > > > :default "index" > > > :major-mode planner-mode > > > :visit-link planner-visit-link)))) > > > > > > (setq planner-project "WikiPlanner") > > > > > > > > > I have tried it with or without the planner-project and planner-directory > > > variables, and with them specifying the path and not. None of these > > > settings has fixed it. > > > > > > thanks, > > > Kevin > > > > At risk of belaboring the point, check the value of the > > muse-projects-alist variable and make sure that it has the value you > > expect. That is how I discovered my problem #2. > > > Thank you for your continued help, Mirko! But at the risk of sounding > ignorant, I don't know how to check that variable. What you see above is > what you get in my .emacs as far as planner and muse goes. > > Should I be doing something like: > (setq muse-projects-alist ??) > > thank you, > Kevin > > > Kevin,
do a "ctrl-h v" and when prompted type in the variable name. Mirko _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
