Just bumping this thread/question:

2009/12/2 Rick Moynihan <rick.moyni...@gmail.com>:
> 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.


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to