I sent these bug reports already, but I think they went to emacs-wiki
by mistake, so I thought I would repeat them here. 


First, I am having problems with anchors in lists. So

 - #anchor1 Here is some stuff
 - #anchor2 Here is some more stuff

Renders with 
<ul>
  <li> #anchor1 Here is some stuff
...


This used to work, but seems to be failing now. 


Secondly, I am having problems with links to non wiki pages. So

[[./download/stuff.owl][stuff]]

Is getting translated to 

<a href="./download/stuff.owl.html">stuff</a>

which is not really what I intended. 

Finally, my code. I thought this was going to be a pain to do, but
actually it turns out to be straight-forward to do something that
works okay. I've found it useful. It enables a settings file (called
settings-muse.el) to be placed into a local directory with your .muse
files. You can configure your projects in this, which makes it much
easier to stick stuff in CVS and so on. Also, my .emacs was getting
very long. 

Early days yet, this is alpha software. Thought some people might find
it useful. 

Attachment: muse-settings.el
Description: application/emacs-lisp

Cheers

Phil
_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss

Reply via email to