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

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

[emacs-wiki-discuss] new "markup" tag effect?


From: Louis B. Moore
Subject: [emacs-wiki-discuss] new "markup" tag effect?
Date: Tue, 30 May 2006 21:20:46 -0600 (MDT)


Hi all,

in my plan .header the following snippet:

  <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>


is now generating:

<hnil>2006.05.30</hnil>


on debian with  planner-el 3.40.arch.50-1 and muse-el 3.02.90.arch.144-1

is this an effect of the new <markup> tag? and how can I get back to generating:

<title>2006.05.30</title>


any assistance is appreciated,

Louis






reply via email to

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