emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Rick Moynihan
Subject: Re: [Orgmode] Re: Properties and Property Drawers in HTML export
Date: Thu, 3 Dec 2009 17:02:01 +0000

2009/12/3 Christian Egli <address@hidden>:
> 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
>

Great!  That looks like what I need... turns out it was introduced 3
weeks ago... shortly after I last updated org-mode...

git pull origin master && make clean && make install

M-x org-reload

tada!

Cheers.

R.




reply via email to

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