Dear All,

On Sun, 28 Jul 2024 at 21:22, Orm Finnendahl
<orm.finnend...@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

Reply via email to