* Eric S Fraga <e.fr...@ucl.ac.uk> [2020-11-09 15:45]:
> On Monday,  9 Nov 2020 at 15:04, Jean Louis wrote:
> > If you have any pointer where I could insert a filter before
> > exporting, let me know.
> 
> You could use the org-export-before-processing-hook to process the
> document.  It works on a copy of the buffer.  I've used this in the
> past.  There are other hooks which come in at different times in the
> export process.  There are also filters which process specific org
> elements and I'm sure there is one for anchors... yes,
> org-export-filter-target-functions.

Thank you! Reference taken.

I hope I will be able to customize the anchors myself in the filter.

Reply via email to