Christian Straßer <[EMAIL PROTECTED]> writes:

> Hello,
>
> I just switched from emacs-wiki based planner to muse based.
>
> One of the first abnormalities is the following:
> If I start "emacs somefile" then I get the error message: 
> "muse-project-find-file: There is no page 2006.08.07 in project nil."
>
> "somefile" is a file in an arbitrary directory not belonging to any
> project directories. This was never a problem before I switched to muse.
>

Do all of your planner files end in ".muse"?

Your planner-project settings don't match.

> (setq planner-project "my_brain")

but then:

> (setq muse-project-alist
>       '(("planner"
>        ("~/wiki" 
>         :default "TaskPool"
>         :major-mode planner-mode
>         :visit-link planner-visit-link)
>        (:base "planner-html"
>         :path "~/wiki/web"
>           :footer "~/wiki/web/planner/footer.html"
>         :force-publish ("PlannerIndex")
>         ))
>       )
>       )

If planner-project is "my_brain" then I think the name of the project in
muse-project-alist needs to be "my_brain", instead of "planner".

-- 
- John Sullivan
-http://www.wjsullivan.net
-GPG Key: AE8600B6

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

Reply via email to