Juan Manuel Macías <maciasch...@posteo.net> writes: > Andreas Gösele writes: > >> I tried it, but it doesn't work. It leaves the simple quotes >> untouched. Did you test it and did it work then? > > I forgot to tell you (sorry!) that you should set the variable > `org-export-allow-bind-keywords' as non-nil: > > (setq org-export-allow-bind-keywords t)
With this the filter works. Thanks a lot. Andreas