From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Re: Run commands after html export Date: Sat, 12 Oct 2013 14:11:05 +0300 Message-ID: <87a9ieycae.fsf@syk.fi> References: <871u3qajq2.fsf@syk.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUx6a-0006uL-9z for emacs-orgmode@gnu.org; Sat, 12 Oct 2013 07:11:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUx6Q-00010B-76 for emacs-orgmode@gnu.org; Sat, 12 Oct 2013 07:11:32 -0400 Received: from plane.gmane.org ([80.91.229.3]:34898) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUx6Q-000107-0M for emacs-orgmode@gnu.org; Sat, 12 Oct 2013 07:11:22 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VUx6O-0005wY-26 for emacs-orgmode@gnu.org; Sat, 12 Oct 2013 13:11:20 +0200 Received: from cs78160219.pp.htv.fi ([62.78.160.219]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Oct 2013 13:11:20 +0200 Received: from jarmo.hurri by cs78160219.pp.htv.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Oct 2013 13:11:20 +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: emacs-orgmode@gnu.org Answering my own question... > What I would like to do now is to automatically run some commands > after I have exported an org file as html. I ended up circumventing the problem - that is, the exporter - by creating a code block in which I first run org-html-export-to-html and then do my git stuff. I no longer use the exporter, I just evaluate the block. Lesson learned. Jarmo