Hi Andreas, 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) If you are going to use that filter in many documents, you can better add to your ~ /.emacs: (add-to-list 'org-export-filter-final-output-functions 'single-quote-filter) Best regards, Juan Manuel