|
@@ -298,7 +298,7 @@ and have the id \"title-slide\"."
|
|
(cons
|
|
(cons
|
|
(if (and class (string-match-p "\\<slide\\>" class))
|
|
(if (and class (string-match-p "\\<slide\\>" class))
|
|
(format
|
|
(format
|
|
- "<a href='#outline-container-%s'>%s</a>"
|
|
|
|
|
|
+ "<a href='#outline-container-sec-%s'>%s</a>"
|
|
(or (org-element-property :CUSTOM_ID headline)
|
|
(or (org-element-property :CUSTOM_ID headline)
|
|
(mapconcat
|
|
(mapconcat
|
|
'number-to-string
|
|
'number-to-string
|