Hi All,

I recently noticed that there was no entry point for running actions at the conclusion of tangling. We have org-babel-pre-tangle-hook which runs at the start of the tangle, and org-babel-post-tangle-hook which is run in each tangled file in turn, but nothing to run at the very end once.

So, I’ve got a little patch to introduce a new hook org-babel-pre-tangle-finished to fill this gap.

If there are no objections, I’ll merge this in a few days.

All the best,
Timothy