Hello! The purpose of the code in the test-init.el file in the code folder is to demonstrate the use of the <verse> tag. Nothing special. The `muse-project-alist is set in a let clause, so a `muse-project-alist that you have set elsewhere is not overwritten. The `muse-derive-style directive shows you how to overwrite the standard css-layout (here: no left margin).
Kind regards Stefan --- On Tue, 2/16/10, Demidov Andrey <[email protected]> wrote: > From: Demidov Andrey <[email protected]> > Subject: Re: [Muse-el-discuss] line breaks when generating html > To: "Discussion and help for Emacs Muse" <[email protected]> > Date: Tuesday, February 16, 2010, 12:47 PM > Hello, > Thank you very much. It works fine for > me. What is purpose of the "code" > forder in the attachment? > Andrey > > On Tue, Feb 16, 2010 at 1:27 PM, > Stefan Schlee <[email protected]> > wrote: > > > Hello! > > > > Sorry for answering your question so late! > > > > Have you allready tried the <verse> tag to enforce > your layout when you ouput to html? > > > > The attachment contains a little demo project. > > > > Kind regards > > > > Stefan > > --- On Tue, 2/9/10, Demidov Andrey <[email protected]> > wrote: > > > > > From: Demidov Andrey <[email protected]> > > > Subject: [Muse-el-discuss] line breaks when generating > html > > > To: [email protected] > > > Date: Tuesday, February 9, 2010, 3:23 PM > > > Hi, all > > > How to define the line breaks when I generate > > > html-docs.I have this lines in my > > > emacs: > > > "[[Link1][Some > > > one]] [[Link2][Some two]] > > > > > > > > > [[Link3][Some three]]" > > > And I have got this html-code: > > > "<p><a > > > href="Link1.html">line > > > one</a> <a > > > href="Link2.html">line > > > two</a></p> > > > > > > > > > <p><a > > > href="Link3.html">line > > > three</a></p> " > > > The first link and the second > link are in the > > > same line. The third link have a empty line between > the > > > second link and third link. > > > > > > > > > I know that I can use <br> tag, but there > > > is the two drawbacks for me: > > > 1. The text with <br> tags looks not > > > friendly. Is it possible to hide <br>-tags, > when I > > > am editing document in emacs? > > > > > > 2. I have already the big > document's and I need to > > > modify all of them to add <br>-tag. Is the > any > > > possibility to generate <br>-tag to each line > break in > > > emacs ? > > > Thanks in advance. > > > > > > Andrey > > > > > > > > > > > > -----Inline Attachment Follows----- > > > > > > _______________________________________________ > > > Muse-el-discuss mailing list > > > [email protected] > > > https://mail.gna.org/listinfo/muse-el-discuss > > > > > > > > > > _______________________________________________ > > Muse-el-discuss mailing list > > [email protected] > > https://mail.gna.org/listinfo/muse-el-discuss > > > > > > -----Inline Attachment Follows----- > > _______________________________________________ > Muse-el-discuss mailing list > [email protected] > https://mail.gna.org/listinfo/muse-el-discuss > _______________________________________________ Muse-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/muse-el-discuss
