I can't get the published HTML to look right when I have two notes with
headings in them.  For example, consider the plan file

-- start --
* Tasks


* Notes

.#1  Note 1

*** heading

Something here


.#2  Note 2

*** another heading

More here
-- end --

In the HTML generated by Muse, I will get (indented to show matching
<div></div> tags):

-- start --
<!-- initial section skipped -->
<div id="notes" class="section"><h2>Notes</h2>
<div class="body">

<div class="note"><a name="1"></a><span class="anchor">#1</span><h3>Note 1</h3>

    <div class="content"> 

        <div class="section"><h4>heading</h4>
            <p class="first">Something here</p>
        </div>

        <div class="details"><span class="timestamp"></span> <span 
class="link"></span> <span class="categories"></span>
        </div>

    </div>

<!-- no ending div for Note 1 -->

<div class="note"><a name="2"></a><span class="anchor">#2</span><h3>Note 2</h3>

    <div class="content">
        &lt;/div&gt;
        <div class="section"><h4>another heading</h4> 
            <p class="first">More here</p>
        </div>
        <div class="details"><span class="timestamp"></span> <span 
class="link"></span> <span class="categories"></span>
        </div>
    </div>

</div>

<!-- last section skipped -->
-- end --


As you can see in the comment, the second note starts before the closing
</div> for the first note is generated.  And the literal "&lt;/div&gt;"
is printed in the content of the second note.

Should I report this as a Muse bug?  I'm not sure which package is
responsible.

-- 
Best,
Hsiu-Khuern.

_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss

Reply via email to