John Sullivan <john <at> wjsullivan.net> writes:

> 
> Hadron <hadronquark <at> googlemail.com> writes:
> 
> > If I have multiple "projects" defined in muse-project-alist, should they
> > all have different base directory ("Plans" in the documentation).
> >
> > On this subject, but as a slight aside, lets say I create a new muse
> > file called "MyBiography". I do not wish to store task info in this file
> > - it is just formatted text. Should I store this seperate from my
> > planner files which I link to this textual document using
> > planner-create-task-from-buffer so that muse doesnt think it is a
> > planner file?
> >
> > As usual, all help and pointers appreciated.
> 
> That's the way I do it. I keep the Muse files for my website and general notes
> in a separate directory from my Planner files. So the base directories in
> muse-project-alist are different.
> 

Hi,

I have the impression that planner-mode is only correctly activated,
if the Planner project is the first one on the list.

While this seems to work:

(setq muse-project-alist
      '(("Planner" ("~/Documents/Wiki/Planner" :default "index"
                    :major-mode planner-mode
                    :visit-link planner-visit-link))
        ("Wiki" ("~/Documents/Wiki" :default "welcome"
                 )
         (:base "html" :path "~/Documents/Wiki_html"))))

this does not:

(setq muse-project-alist
      '(("Wiki" ("~/Documents/Wiki" :default "welcome"
                 )
         (:base "html" :path "~/Documents/Wiki_html"))
        ("Planner" ("~/Documents/Wiki/Planner" :default "index"
                    :major-mode planner-mode
                    :visit-link planner-visit-link))))

Am I missing any other settings, or is this a bug?
I am getting started with planner since yesterday...

Cheers,
  Kilian




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

Reply via email to