Hello everybody,

I'm not sure for what discussion list my problem is better, but as it is
planner-related I decided to post it here.
I have the problem, that when I insert planner-pages in pages of other
muse-projects with <insert file="filename"> then the planner-specific
css-styles are not working properly, although I use the same style sheet
for the muse-html publishing style. The mistake is related to tasks and
notes, which are published like follows:

- Planner code
        #B _ Make Beamer for Russell's Theory of Descriptions :
        [[uni#uni_Einführung in die analytische Philosophie_notes]]
        {{Tasks:93}} {{Deadline: 2006.12.08 - 6 days}} ([[2006.12.02]])
        #B _ Prepare for first Kripke lecture {{Deadline: 2006.12.08 - 6
        days}}

- Wrong publishing with xhtml
        <p><a name="B" id="B"></a>
        _ Make Beamer for Russell's Theory of Descriptions : <a
        href="uni.html#uni_Einführung%20in%20die%20analytische%
        20Philosophie_notes">uni: uni_Einführung in die analytische
        Philosophie_notes</a> {{Tasks:93}} {{Deadline: 2006.12.08 - 6
        days}} 
        (<a href="2006.12.02.html">2006.12.02</a>)
        <a name="B" id="B"></a>
        _ Prepare for first Kripke lecture {{Deadline: 2006.12.08 - 6
        days}}</p>
        
- correct publishing with planner-xhtml
        <li class="task"><span class="open"><span class="B">B _
        </span>Make Beamer for Russell's Theory of Descriptions : <a
        href="uni.html#uni_Einführung%20in%20die%20
        analytische%20Philosophie_notes">uni: uni_Einführung in die
        analytische Philosophie_notes</a>  {{Deadline: <a
        href="2006.12.08.html">2006.12.08</a> - 6 days}} (
        <a href="2006.12.02.html">2006.12.02</a>)</span></li>
        <li class="task"><span class="open"><span class="B">B _
        </span>Prepare for first
         Kripke lecture {{Deadline: <a
        href="2006.12.08.html">2006.12.08</a> - 6 days}}<
        /span></li>

So as you can see the list structure is not preserved, as well as the
necessary information for css to work correctly.

If I try to insert the same file in a planner-page, it works correctly.

Cheers,

Christian


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

Reply via email to