From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrei Jirnyi Subject: Re: How to customize the org-mode's BEGIN_SRC HTML output Date: Thu, 26 Aug 2010 03:22:28 +0000 (UTC) Message-ID: References: <4C72C5FB.2070700@ccbr.umn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=45929 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OoT32-0000QI-3D for emacs-orgmode@gnu.org; Wed, 25 Aug 2010 23:22:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OoT31-0001zy-1O for emacs-orgmode@gnu.org; Wed, 25 Aug 2010 23:22:39 -0400 Received: from lo.gmane.org ([80.91.229.12]:46617) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OoT30-0001zj-QC for emacs-orgmode@gnu.org; Wed, 25 Aug 2010 23:22:38 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OoT2z-0002Cs-0d for emacs-orgmode@gnu.org; Thu, 26 Aug 2010 05:22:37 +0200 Received: from dhcp-129-105-201-48.kellogg.northwestern.edu ([129.105.201.48]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Aug 2010 05:22:37 +0200 Received: from a-jirnyi by dhcp-129-105-201-48.kellogg.northwestern.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Aug 2010 05:22:37 +0200 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: emacs-orgmode@gnu.org On Mon, 23 Aug 2010 14:03:23 -0500, Erik Iverson wrote: > post-process the html file generated by the export process, (there is > probably a hook so you can do this automatically): apparently it's org-export-html-final-hook --aj