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

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

[emacs-wiki-discuss] <lisp> code not processed in html header/footer


From: jlr_0
Subject: [emacs-wiki-discuss] <lisp> code not processed in html header/footer
Date: Thu, 10 Nov 2005 22:53:32 +0100

I've just apt-get'ed the last stable version of muse-el (3.02.01.arch.265-1).

Unfortunately, now muse-project-publish does not process <lisp> code in html
headers and footers anymore.

For example, with the following project definition

,----
| (setq muse-project-alist
|       '(
|       ("MyWiki"
|          ("~/muse-source/mywiki" :default "index")
|          (:base "html" :path "~/muse-html/mywiki")
|        )))
`----

I get the following html file with raw lisp code instead of its evaluation:

,----
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
| <html>
|   <head>
|     <title><lisp>
|   (concat (muse-publishing-directive "title")
|           (let ((author (muse-publishing-directive "author")))
|             (if (not (string= author (user-full-name)))
|                 (concat " (by " author ")"))))</lisp></title>
|     <meta name="generator" content="muse.el">
|     <meta http-equiv="<lisp>muse-html-meta-http-equiv</lisp>"
|           content="<lisp>muse-html-meta-content-type</lisp>">
|     <lisp>
|       (let ((maintainer (muse-style-element :maintainer)))
|         (when maintainer
|           (concat "<link rev=\"made\" href=\"" maintainer "\">")))
|     </lisp>
|     <lisp>muse-html-style-sheet</lisp>
|   </head>
|   <body>
|     <h1><lisp>
|   (concat (muse-publishing-directive "title")
|           (let ((author (muse-publishing-directive "author")))
|             (if (not (string= author (user-full-name)))
|                 (concat " (by " author ")"))))</lisp></h1>
|     <!-- Page published by Emacs Muse begins here -->
`----

If I go back to muse-3.02, things turn ok again.


Any idea about how to fix this problem?

The problem is the same when using planner-muse-el (3.30.arch.95-1).

Btw, where can I find the previous version of planner-muse-el?

--
rene






reply via email to

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