[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: file local filter functions
From: |
András Simonyi |
Subject: |
Re: file local filter functions |
Date: |
Sun, 28 Jul 2024 21:56:16 +0200 |
Dear All,
On Sun, 28 Jul 2024 at 21:22, Orm Finnendahl
<orm.finnendahl@selma.hfmdk-frankfurt.de> wrote:
>
> Trying to define a file local filter doesn't work:
>
> #+BIND: org-export-filter-final-output-functions (hiho)
> #+BEGIN_SRC emacs-lisp :exports results :results none
> (defun hiho (s backend info)
> (message "HiHo")
> s)
> #+END_SRC
a long shot, but maybe you haven't set the variable
=org-export-allow-bind-keywords= to a non-nil value?
best wishes,
András