Emacs-wiki is very cool. More information here: EmacsWiki
List items need to be prefaced with space
This is not automatically generated. Created a file called WikiIndex.muse, containing
#title Index <lisp>(muse-index-as-string t t)</lisp>
This still does not create the link at the bottom of every page
put
(require 'muse-wiki)in init scripts.
customise variable muse-html-style-sheet to be
<link rel="stylesheet" type="text/css" href="../default.css" />
So that we can use other deb packages that depends on muse-el even when using our own compilation.
brick@wanbalans:/tmp/moef $ equivs-control muse-el brick@wanbalans:/tmp/moef $ cp /usr/share/doc/equivs/examples/wp8.ctl muse-el
Section: non-free/editors Package: muse-el Description: muse-el dummy package Dummy package so that I can use my own compiled muse-el
Note the space before the "long" desciption.
brick@wanbalans:/tmp/moef $ equivs-build muse-el brick@wanbalans:/tmp/moef $ sudo dpkg -i muse-el_1.0_all.deb
<example>tag does not have a blank line before it, its rendering gets screwed-up. Also, how do I get monospace stuff w/o the block around it?
Press C-space. This sets a mark, but also starts highlighting. So press C-space C-g instead, which aborts the highlighting, but still sets the mark.
Jump around the buffer to hearts content. When you want to return, press C-u C-space, and you jump bank to the last mark.