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

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

[emacs-wiki-discuss] Adding an index to Muse project pages


From: Richard Fieldsend
Subject: [emacs-wiki-discuss] Adding an index to Muse project pages
Date: Wed, 22 Jun 2005 11:25:32 +0100 (BST)

Hi,
I've been looking at the code to add an index to
project pages automatically.

I found this information:-

    * muse-mode.el (muse-index-as-string): new
function. Generates the index
      in a string format, to be used in lisp code.
      (muse-generate-index): make use of
muse-index-as-string

And added the code:-

<lisp>(muse-index-as-string t
t)(muse-generate-index)</lisp>

to the header code for muse-html. 

When I publish the page and check it in a browser the
links appear, but they aren't as hyperlinks. View
source of the page gives:

 - [[ButAnotherThing]]
 - [[dotemacs]]
 - [[index]]

Ideally I would like to generate a column of index
information somewhere where I can wrap it up in some
div tags and then place them where I wish on the page
using CSS.

What am I doing wrong? :o)

I've just installed version 3.01 as released
yesterday.

Thanks for any help.

Take Care

Richard





reply via email to

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