From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Buffer-specific export filter? Date: Tue, 20 Aug 2013 19:45:11 +0800 Message-ID: <8738q4si0o.wl%jamshark70@dewdrop-world.net> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBkNL-0006sS-VT for emacs-orgmode@gnu.org; Tue, 20 Aug 2013 07:45:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBkNC-0007EY-UD for emacs-orgmode@gnu.org; Tue, 20 Aug 2013 07:45:27 -0400 Received: from mail-pd0-x22d.google.com ([2607:f8b0:400e:c02::22d]:41355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBkNC-0007EP-O7 for emacs-orgmode@gnu.org; Tue, 20 Aug 2013 07:45:18 -0400 Received: by mail-pd0-f173.google.com with SMTP id p10so278482pdj.32 for ; Tue, 20 Aug 2013 04:45:17 -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: orgmode Is it possible to apply a specific filter during export for one org document, but not others? Basically, a buffer-specific export filter. It appears in the org manual that the hook needs to be added into e.g. org-export-filter-plain-text-functions, where it remains globally for the duration of the session. But I have a case here where I need a filter to work around a specific problem I'm having in one document, which isn't a problem in other documents, and I don't want the filter to interfere with the other documents. Possible? I don't see any mention of it in the manual. hjh