Re: TOC is missing in html export when using #+INCLUDE

2025-06-08 Thread Ihor Radchenko
Ihor Radchenko writes: > I am unable to reproduce. > Could you please provide more details about the files you have problems > with? Maybe you can share another.org file? > See https://orgmode.org/manual/Feedback.html#Feedback Without extra information, the issue is not actionable. Closing. Canc

Re: TOC is missing in html export when using #+INCLUDE

2025-04-27 Thread Ihor Radchenko
reza writes: > I have the following org file > > #+TITLE: Some title > #+INCLUDE: another.org > > * Some section > > Some content. > > Where the file another.org only contains some section. > When I export this to html the TOC is missing, commenting out the > #+INCLUDE t

TOC is missing in html export when using #+INCLUDE

2025-04-26 Thread reza
Hi list I have the following org file #+TITLE: Some title #+INCLUDE: another.org * Some section Some content. Where the file another.org only contains some section. When I export this to html the TOC is missing, commenting out the #+INCLUDE the TOC is correctly exported