From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Moynihan Subject: Re: Re: Properties and Property Drawers in HTML export Date: Thu, 3 Dec 2009 17:02:01 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGF4X-0002oI-2C for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 12:02:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGF4S-0002l7-1T for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 12:02:28 -0500 Received: from [199.232.76.173] (port=41383 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGF4R-0002kv-1a for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 12:02:23 -0500 Received: from mail-fx0-f212.google.com ([209.85.220.212]:65095) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGF4Q-0002iQ-Iy for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 12:02:22 -0500 Received: by fxm4 with SMTP id 4so1694538fxm.32 for ; Thu, 03 Dec 2009 09:02:21 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christian Egli Cc: emacs-orgmode@gnu.org 2009/12/3 Christian Egli : > Hi > > Rick Moynihan writes: >> Would something like the following not be a better format for >> parsing/processing? >> >>
>> =A0
>> =A0 =A0
FOO
> class=3D"property_value_foo">blah
>> =A0 =A0
BAR
> class=3D"property_value_bar">blah blah
>> =A0
>>
> > 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.