emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [Feature Request] Sane XHTML markup for Properties and Propert


From: Rick Moynihan
Subject: [Orgmode] [Feature Request] Sane XHTML markup for Properties and Property Drawers
Date: Thu, 3 Dec 2009 15:41:06 +0000

Just bumping this thread/question:

2009/12/2 Rick Moynihan <address@hidden>:
> Also, the properties are exported into the HTML like so:
>
> <pre class="example">PROPERTIES
> :FOO: blah
> :BAR: blah blah
> </pre>
>
> Would something like the following not be a better format for
> parsing/processing?
>
> <div class="properties">
>  <dl>
>    <dt class="property_key_foo">FOO</dt><dd
> class="property_value_foo">blah</dd>
>    <dt class="property_key_bar">BAR</dt><dd
> class="property_value_bar">blah blah</dd>
>  </dl>
> </div>
>
> R.




reply via email to

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