emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Properties and Property Drawers in HTML export


From: Christian Egli
Subject: [Orgmode] Re: Properties and Property Drawers in HTML export
Date: Thu, 03 Dec 2009 17:06:42 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

Hi

Rick Moynihan <address@hidden> 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





reply via email to

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