Hi

Rick Moynihan <rick.moyni...@gmail.com> writes:
> 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>

org-export-format-drawer-function might be what you are looking for:

C-h v org-export-format-drawer-function

Function to be called to format the contents of a drawer.
The function must accept three parameters:
  BACKEND  one of the symbols html, docbook, latex, ascii, xoxo
  NAME     the drawer name, like "PROPERTIES"
  CONTENT  the content of the drawer.
The function should return the text to be inserted into the buffer.
If this is nil, `org-export-format-drawer' is used as a default.

HTH
Christian



_______________________________________________
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