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.

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

Reply via email to