Item12588: SlideShowPlugin does not exclude headings from TOC
Priority: Normal
Current State: No Action Required
Released In: 1.2.0
Target Release: minor
--
RobertFelber - 30 Sep 2013
When excluding a heading from TOC the TOC marco works correct, but inside a slideshow a plugin intern TOC gets constructed so that the excluded headings are shown in the slideshow.
Example:
%SLIDESHOWSTART{}%
---++!! Exclude 1
---++ First
%TOC%
---++ Second
---++!! Exlude 2
---++ Third
%SLIDESHOWEND%
Start presentation
Slide 1: Exclude 1
Slide 2: First
Slide 3: Second
Slide 4: Exlude 2
Slide 5: Third
Setting to No Action. This doesn't happen on the trunk version of
SlideShowPlugin.
--
Main.GeorgeClark - 10 Jan 2015 - 15:38