From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Exporting html: any way to customize format h1 class="title"? Date: Sat, 26 Jul 2014 07:34:57 -0500 Message-ID: <8738do47ta.fsf@fastmail.fm> References: <87vbqkr9b9.fsf@fastmail.fm> <877g30k0vk.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XB1Br-0005w6-LN for emacs-orgmode@gnu.org; Sat, 26 Jul 2014 08:35:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XB1Bi-0006ot-Os for emacs-orgmode@gnu.org; Sat, 26 Jul 2014 08:35:07 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:46233) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XB1Bi-0006oe-H3 for emacs-orgmode@gnu.org; Sat, 26 Jul 2014 08:34:58 -0400 Received: from archbook (unknown [50.172.132.15]) by mail.messagingengine.com (Postfix) with ESMTPA id 2AE72680135 for ; Sat, 26 Jul 2014 08:34:57 -0400 (EDT) In-Reply-To: <877g30k0vk.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sat, 26 Jul 2014 09:58:07 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Nicolas Goaziou writes: > Hello, > > Matt Lundin writes: > >> AFAICT, there is no filter that would enable one to bypass the

tag >> her or to give it different text than the tag. > > [...] > >> In the old export backends there were hooks that allowed some small >> modifications on the html after exporting it However, the two hooks of >> the new export backend hooks (org-export-before-processing-hook, >> org-export-before-parsing-hook) are called on copies of the org >> source. > > See `org-export-filter-final-output-functions'. Thanks, Nicolas! I suspected I was missing something. Sorry I overlooked that in the documentation. Again, many, many thanks again for the org-element and the new export backends. They have made publishing with org-mode a delight. Best, Matt