From: "András Simonyi" <andras.simonyi@gmail.com>
To: Org mailing list <emacs-orgmode@gnu.org>
Subject: Re: file local filter functions
Date: Sun, 28 Jul 2024 21:56:16 +0200 [thread overview]
Message-ID: <CAOWRwxBM=DmfgQagf9AZZE=BLFsA+CtwVfGSJ1i3MBRQvTNr2g@mail.gmail.com> (raw)
In-Reply-To: <ZqaaK9TlZ_L5pr-Z@orm-t14s>
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
next prev parent reply other threads:[~2024-07-28 19:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-28 19:21 file local filter functions Orm Finnendahl
2024-07-28 19:56 ` András Simonyi [this message]
2024-07-29 6:49 ` Orm Finnendahl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAOWRwxBM=DmfgQagf9AZZE=BLFsA+CtwVfGSJ1i3MBRQvTNr2g@mail.gmail.com' \
--to=andras.simonyi@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.