Specific Use Case: I have two files, index.org and blog.org. I would like to include the table of contents of blog.org in index.org.
The "obvious solution" to me is to use org-babel to inject html upon export (probably with JQuery+NodeJS). However, this seems kind-of hacky to me. Is there a better, more idiomatic solution?