From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: a post-processing export hook? Date: Wed, 02 Dec 2015 11:05:00 +0100 Message-ID: <87wpsx17zn.fsf@gmx.us> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47414) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a44Hh-0006K8-S0 for emacs-orgmode@gnu.org; Wed, 02 Dec 2015 05:05:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a44He-0000uD-L9 for emacs-orgmode@gnu.org; Wed, 02 Dec 2015 05:05:13 -0500 Received: from plane.gmane.org ([80.91.229.3]:55286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a44He-0000u1-Ez for emacs-orgmode@gnu.org; Wed, 02 Dec 2015 05:05:10 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a44Hb-0004Q7-5t for emacs-orgmode@gnu.org; Wed, 02 Dec 2015 11:05:07 +0100 Received: from 62.80.108.15 ([62.80.108.15]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Dec 2015 11:05:07 +0100 Received: from rasmus by 62.80.108.15 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Dec 2015 11:05:07 +0100 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: emacs-orgmode@gnu.org John Kitchin writes: > Hi all, > > I tried using org-export-before-parsing-hook to modify an org-file prior > to export to replace some regular expressions with html. > > I ran into the following issue. For short substitutions, > @@html:replacement@@ worked fine. If the replacement text got too long, > this broke. I did wrap it in a #+begin_html: block, but that introduced > line breaks that were undesireable. The replacement text was long > because I had a large tool tip to put on some text. > > I ended up doing a post-process like this: > > (with-current-buffer (org-html-export-as-html) > (org-process-key-bindings 'html) > (org-process-emacs-commands 'html) > (write-file "blog.html") > (browse-url "blog.html")) > > But, I wondered if there should be a post-export hook? I can see some > challenge for pdf export, for example. The hook should run after the > latex export, not after the pdf is made. I don't think your example warrant an extra hook. Replacing strings is something that org-export-filter-final-output-functions is perfectly capable of doing IMO. It’s a bit of a hassle to work with transcoded strings, but having a hook would not change this. Rasmus -- Tack, ni svenska vakttorn. Med plutonium tvingar vi dansken på knä!