Hi, I've long wanted to use ox to auto-generate something that looks like a blog index. This patch makes ox sitemaps a bit more flexible. For instance, it would allow me to use something like this for ‘:sitemap-file-entry-format’, :sitemap-file-entry-format "* [[file:%l][%t]] #+include: \"%f::lead\" [[file:%l][Read more]]" Which would come out as; * [[file:link][Title]] #+Include: "file.org::lead" [[File:link][Read more]] For the tests I did, it matches the "old" sitemap for list and tree. WDYT? I would particularly like feedback on simplification for the ordering of the tree’ed filenames. Rasmus -- This space is left intentionally blank