On 10/11/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Send Planner-el-discuss mailing list submissions to
>         [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://mail.gna.org/listinfo/planner-el-discuss
> or, via email, send a message with subject or body 'help' to
>         [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>         [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Planner-el-discuss digest..."
>
> Today's Topics:
>
>    1. Re: Planner not recognizing planner-directory
>       ([EMAIL PROTECTED])
>
>
> ---------- Forwarded message ----------
> From: [EMAIL PROTECTED]
> To: Discussion <[email protected]>
> Date: Wed, 10 Oct 2007 22:50:00 -0400
> Subject: Re: [Planner-el-discuss] Planner not recognizing planner-directory
> On Mon, Oct 08, 2007 at 11:43:32PM -0400, Michael Olson wrote:
> > [EMAIL PROTECTED] writes:
> >
> > > On Tue, Oct 02, 2007 at 11:54:18PM -0400, Michael Olson wrote:
> > >> "Kevin T. Neely" <[EMAIL PROTECTED]> writes:
> > >>
> > >> > In any case, when I do a 'M-x plan' it correctly starts up a new
> > >> > file with the name of the date in the correct location on my
> > >> > filesystem, but does not enter planner mode.  If I open some old
> > >> > muse files in a different directory, with the .muse extension,
> > >> > emacs does enter planner mode.
> > >> >
> > >> > I think that if I forced Planner to recognize this directory as
> > >> > actually containing planner files, I'd be set.  However, the
> > >> > planner-directory setting below does not seem to be doing it.
> > >>
> > >> Don't use planner-directory.  Use planner-project.
> > >
> > > Unfortunately, that doesn't seem to work, either.  Adding
> > > (setq planner-project "/home/ktneely/Plans/")
> >
> > I mean, set planner-project to "WikiPlanner" (the name of the project),
> > as you noted below.
> >
> > > to my .emacs (or replacing (setq planner-project "WikiPlanner")) still
> > > does not force emacs to recognize that this directory is filled with
> > > planner project files.
> >
> > I notice that you are using Muse 3.02.8.  That version has some bugs in
> > this area.  Use the latest version of Muse (3.11) instead.  Note that
> > you will also need the development version of Planner with Muse 3.11, or
> > the Debian/Ubuntu package named "planner-el_3.41.arch.123".
>
>
> 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.
>
> thanks,
> K
>
> --
> In Vino Veritas
> http://astroturfgarden.com

I recently had a similar problem and found two unrelated reasons for it:

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.
2) Somehow, my old muse-project-alist ended up in the
(custom-set-variables ... )section at the end of the .emacs file.  So
even though I was setting explicitly the planner directory somewhere
in the middle of the .emacs file, that was being overwritten at the
end of the .emacs file.

Mirko

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

Reply via email to