Hello.

I use org-publish to generate a website from multiple Org-mode files.

The website have multiple sections, each are published with it's own
org-publish project. For each section, I generate a sitemap with the
option ":auto-sitemap".

As a result, each section have a "sitemap.org" file. Each with it own
"#+TITLE" buffer option.

Then, I have on the root an "index.org" file. It's the home page of the
website and it have it's own "#+TITLE" buffer option. In it, I use the
macro "#+INCLUDE:" to include the content of one sitemap like this:

    #+INCLUDE: posts/sitemap.org :only-contents t

But after the publication of all the projects with org-publish, the
index.html file have a title that concatenate the titles from
"index.org" and "posts/sitemap.org".

I didn't found, in the manual, any info about it.

Is it a bug ? Or an un-documented feature ?


Best regards

-------
Gendre Sébastien

Attachment: signature.asc
Description: PGP signature

Reply via email to