emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] Re: Task list is now a paragraph


From: Peter K . Lee
Subject: [emacs-wiki-discuss] Re: Task list is now a paragraph
Date: Mon, 12 Sep 2005 11:31:49 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/22.0.50 (gnu/linux)

Try planner-publish with planner-html style...

Tasks get marked up as thus:

<div id="tasks" class="section"><h2>Tasks</h2>
  <div class="body">
    <div class="task"><span class="open"><span class="B">B _</span>description 
1 (<a href="2005.09.02.html">2005.09.02</a>) </span></div>
    <div class="task"><span class="open"><span class="B">B _</span>description 
2 (<a href="2005.09.02.html">2005.09.02</a>) </span></div>
  </div>
</div>

Hmm... maybe it's also time for planner-xhtml style to be put
together.

BTW, should task divs actually use ul and li?  I'm wondering if that
may make more sense for non-css enabled browsers...

-Peter


drkm <address@hidden> writes:

>   Hi
>
>   I just installed the latest version of Muse and PlannerMuse.
> Before, the task list became a 'UL' list in XHTML, each task
> being a 'LI'.  Now, I have a 'P' for the list, tasks being no
> longer marked up (only an anchor on the beginning of the task).
> For example:
>
>     <ul>
>     <li><div class="task_"><span class="taskA">A _ </span> Description 1
>       (<a href="PlanPage.html">PlanPage</a>)</div></li>
>     <li><div class="taskX"><span class="taskB">B X </span> Description 2
>       (<a href="PlanPage.html">PlanPage</a>)</div></li>
>     </ul>
>
> is now:
>
>     <p><a name="A" id="A"></a>
>     _ Description 1 (<a href="PlanPage.html">PlanPage</a>)
>     <a name="B" id="B"></a>
>     X Description 2 (<a href="PlanPage.html">PlanPage</a>)</p>
>
>   Note the invalid use of 'address@hidden' and 'address@hidden'.  Is all this 
> the
> expected behaviour?  I guess it isn't.
>
> --drkm





reply via email to

[Prev in Thread] Current Thread [Next in Thread]