> ---------- Forwarded message ---------- > From: [EMAIL PROTECTED] > To: Discussion <[email protected]> > Date: Thu, 11 Oct 2007 16:15:22 -0400 > Subject: Re: [Planner-el-discuss] Planner not recognizing planner-directory > On Thu, Oct 11, 2007 at 08:05:03AM -0400, Mirko Vukovic wrote: > > On 10/11/07, [EMAIL PROTECTED] > > > > > > Went ahead and upgraded to 3.11 of muse tonight, and still have the exact > > > same problem. For whatever reason, my computer doesn't seem to recognize > > > that files in the ~/Plans directory are planner-el files. > > > > > > > 1) I had to specify my planner directory as "~/.plans/" in > > muse-project-alist: > > ("WikiPlanner" > > ("~/.plans/" > > :default "TaskPool.muse" > > :major-mode planner-mode > > :visit-link planner-visit-link > > :base "planner-html" :path "~/public_html/Plans/")) > > Note the trailing slash in the directory settings. > > 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. Mirko _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
