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

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

[emacs-wiki-discuss] Configuration with sub-directories


From: Pascal Quesseveur
Subject: [emacs-wiki-discuss] Configuration with sub-directories
Date: Mon, 22 Nov 2004 17:32:54 +0100

Hello,

I just switched from the old emacs-wiki to the new one (latest stable
version). emacs-wiki-directories is set like that:

,----
| (setq emacs-wiki-directories
|       (list (concat doc-site-dir "src/")
|             (concat doc-site-dir "src/d1")
|             (concat doc-site-dir "src/d2")))
| (setq emacs-wiki-publishing-directory
|       (concat doc-site-dir "MyWiki"))
`----

I have a link from a source file in the main directory to a wiki named
MyHost and the MyHost file is in subdir d1. Navigation in emacs-wiki
works fine: MyHost links to d1/MyHost.

When the files are published the file MyHost.html is created into d1,
but the reference in the HTML file in the main dir references
MyHost.html, not d1/MyHost.html. So the page is wrong.

Is there anything wrong with my setup?

-- 
Pascal Quesseveur, address@hidden





reply via email to

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