From: Hadron <[EMAIL PROTECTED]>
Subject: [Planner-el-discuss] Possible multi-project bug
Date: Fri, 26 Jan 2007 13:43:08 +1300

> 
> I have my project list declared as this:
> 
> ,----
> | (setq planner-project "WikiPlanner2")
> | (setq muse-project-alist
> |       '(
> |     ("WikiPlanner"
> |      ("~/Plans" ;; where your Planner pages are located
> |       :default "TaskPool" ;; use value of `planner-default-page'
> |       :major-mode planner-mode
> |       :visit-link planner-visit-link)
> |      (:base "planner-html"
> |             ;; where files are published to
> |             ;; (the value of `planner-publishing-directory', if
> |             ;;  you have a configuration for an older version
> |             ;;  of Planner)
> |             :path "~/public_html/Plans"))
> |     ("WikiPlanner2"
> |      ("~/Plans2" ;; where your Planner pages are located
> |       :default "TaskPool" ;; use value of `planner-default-page'
> |       :major-mode planner-mode
> |       :visit-link planner-visit-link)
> |      (:base "planner-html"
> |             ;; where files are published to
> |             ;; (the value of `planner-publishing-directory', if
> |             ;;  you have a configuration for an older version
> |             ;;  of Planner)
> |             :path "~/public_html/Plans2"))
> | ))
> `----
> 
> So 2 projects : WikiPlanner and WikiPlanner2. Both with their own
> planner directories (Plans and Plans2).
> 
> I created Plans2 and moved all files from Plans to Plan2 (akin to a
> rename).
> 
> I set my 'planner-project to WikiPlanner2 and issued (plan) so expected
> to be seeing the plan files in Plans2. Indeed, i saw the previous task
> pool and day page. So far so good.
> 
> When I tried to follow a link in the day page for WikiPlanner2 however
> (in text-mode below to show the link not pointing to a hard coded
> directory path)
> 
> ,----
> | #B _ delme [[Pints.muse][Pints]] ([[PintsTasks]])
> `----
> 
> then it tried to open ~/Plans/Pints.muse instead of ~/Plans2/Pints.muse
> (which I verified existed). Not finding it, it created a new planner
> page with empty tasks & notes sections.
> 
> The problem is that Plans2/Pints.muse did indeed exist.
> 
> What have I done wrong if I wish to use multiple projects?
> 
> Let me know if I should raise a bug assuming I havent missed something
> here.
> 

I don't think you need to raise a bug. I think you have a conceptual error in
how all of this fits together. When you did the changes above, you modified
the muse part, but I don't bleieve you consistently modified the planner parts
that sit on top of it. 

In basic terms, I think your mixing up two concepts, projects and planning. To
do projects, just use muse mode and ignore planner mode. See my earlier post,
which I hope might clarify some of this for you. For your project oriented
stuff, just work with muse mode and read the muse section of the manual. Don't
use existing planner managed files - leave planner alone completely and sort
out your [project stuff. then once you have that all organised and feel
comfortable with it, re-visit planner mode and I think it will all make a bit
more sense. 

Tim

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

Reply via email to