From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: backend specific preprocess hook Date: Mon, 8 Aug 2011 16:28:13 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqQom-0001qh-Cf for emacs-orgmode@gnu.org; Mon, 08 Aug 2011 10:28:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QqQol-0000gF-55 for emacs-orgmode@gnu.org; Mon, 08 Aug 2011 10:28:36 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:40023) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqQol-0000g5-0k for emacs-orgmode@gnu.org; Mon, 08 Aug 2011 10:28:35 -0400 Received: by ewy9 with SMTP id 9so514248ewy.0 for ; Mon, 08 Aug 2011 07:28:33 -0700 (PDT) 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 mailing list Hello Orgers, I wanted to do some preprocessing based on headline tags (set some properties), before export[1]. But I want to do this only for specific backends (html/latex). How can I achieve this? Footnotes: [1] IIUC I have to customise the `org-export-preprocess-hook'? -- Suvayu Open source is the future. It sets us free.