From: Orm Finnendahl <orm.finnendahl@selma.hfmdk-frankfurt.de>
To: Org mailing list <emacs-orgmode@gnu.org>
Subject: file local filter functions
Date: Sun, 28 Jul 2024 21:21:15 +0200 [thread overview]
Message-ID: <ZqaaK9TlZ_L5pr-Z@orm-t14s> (raw)
Hi,
I'm trying to define a filter function local to a file for the final
output filter, but it doesn't seem to work.
This works:
#+BEGIN_SRC emacs-lisp :exports results :results none
(defun hiho (s backend info)
(message "HiHo")
s)
(add-to-list 'org-export-filter-final-output-functions 'hiho)
#+END_SRC
But it destructively changes 'org-export-filter-final-output-functions
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
This is developed based on the explanations in the org manual here:
https://orgmode.org/manual/Advanced-Export-Configuration.html#Filters
What am I doing wrong?
--
Orm
next reply other threads:[~2024-07-28 19:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-28 19:21 Orm Finnendahl [this message]
2024-07-28 19:56 ` file local filter functions András Simonyi
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZqaaK9TlZ_L5pr-Z@orm-t14s \
--to=orm.finnendahl@selma.hfmdk-frankfurt.de \
--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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).