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

-- 
In Vino Veritas
http://astroturfgarden.com

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss

Reply via email to