Avoid clash with id generated by org-html-toc

This commit is contained in:
Łukasz Stelmach 2021-11-04 20:34:56 +01:00
parent c06c88812b
commit 40ed0a4c7f
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ Reveal.initialize({
(toc-slide-background-opacity (plist-get info :reveal-toc-slide-background-opacity))
(toc-slide-with-header (plist-get info :reveal-slide-global-header))
(toc-slide-with-footer (plist-get info :reveal-slide-global-footer)))
(concat "<section id=\"table-of-contents\""
(concat "<section id=\"sec-table-of-contents\""
(when toc-slide-background
(concat " data-background=\"" toc-slide-background "\""))
(when toc-slide-background-size