emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [Feature Request] Sane XHTML markup for Properties and Property Drawers
@ 2009-12-03 15:41 Rick Moynihan
  2009-12-03 16:00 ` Jonathan Arkell
  0 siblings, 1 reply; 3+ messages in thread
From: Rick Moynihan @ 2009-12-03 15:41 UTC (permalink / raw)
  To: emacs-orgmode

Just bumping this thread/question:

2009/12/2 Rick Moynihan <rick.moynihan@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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-03 16:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-03 15:41 [Feature Request] Sane XHTML markup for Properties and Property Drawers Rick Moynihan
2009-12-03 16:00 ` Jonathan Arkell
2009-12-03 16:42   ` Rick Moynihan

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).