Hi Jambunathan and Nicolas,
>>> the new LaTeX exporter does not seem to "run" the >>> org-export-latex-final-hook. Is there an equivalent? >> >> You are looking for `:filter-final-output' within >> `org-export-filters-alist'. >> [...] > > Example follows: > > #+begin_src emacs-lisp > (defun my-e-latex-final-filter (contents backend info) > (if (not (eq backend 'e-latex)) contents > ... > modify contents > ... > new-contents)) > #+end_src > Thank you for your input! Works nicely now (even if the hook system was slightly easier to use...). Cheers, Andreas