emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] WikiIndex publishing errors


From: Joerg Trojan
Subject: [emacs-wiki-discuss] WikiIndex publishing errors
Date: Mon, 24 Oct 2005 16:15:47 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Hello experts,

I've just started using the multiple projects feature by adding something like this to my .emacs file:

(setq emacs-wiki-projects
      `(("PrivateWiki" .
         ((emacs-wiki-directories . ("x:/path/to/wiki1"))
          (emacs-wiki-publishing-directory . "x:/path/to/webwiki1")))
        ("WorkWiki" .
         ((emacs-wiki-directories . ("x:/path/to/wiki2"))
          (emacs-wiki-default-page . "WorkWikiHome")
          (emacs-wiki-publishing-directory . "x:/path/to/webwiki2")))))

Everything works fine except that in the course of publishing a project, the WikiIndex.html isn't created correctly.

1. I receive warnings like these for every published page:

   (error Variable binding depth exceeds max-specpdl-size)
   (wrong-type-argument sequencep t)

2. WikiIndex.html contains only the predefined top and bottom lines, but no index.

3. The "Index" link at the bottom of the other pages does not refer to WikiIndex.html but rather to themselves.

I'm using the latest emacs-wiki version with emacs 22.0.50.1 under Win 2000.

Can anyone help?

Thanks,
Jörg





reply via email to

[Prev in Thread] Current Thread [Next in Thread]