summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Frankel <rick@rickster.com>2013-05-26 18:31:28 -0400
committerRick Frankel <rick@rickster.com>2013-05-26 18:31:28 -0400
commit85bd00bae8b485ffa6b8ad497fb1c669ff39da8e (patch)
treeadfca76db1ca434855422e0b950dd08b899f860a
parent8a3e48bd21e4eb9ad79c589d6b630906aa31571f (diff)
downloadorg-mode-85bd00bae8b485ffa6b8ad497fb1c669ff39da8e.tar.gz
Fix TOC link references.
* contrib/lisp/ox-deck.el: TOC link references were being generated as "outline-container-{digit}". They need to be "outline-container-sec-{digit}".
-rw-r--r--contrib/lisp/ox-deck.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lisp/ox-deck.el b/contrib/lisp/ox-deck.el
index 6338643..1636818 100644
--- a/contrib/lisp/ox-deck.el
+++ b/contrib/lisp/ox-deck.el
@@ -298,7 +298,7 @@ and have the id \"title-slide\"."
(cons
(if (and class (string-match-p "\\<slide\\>" class))
(format
- "<a href='#outline-container-%s'>%s</a>"
+ "<a href='#outline-container-sec-%s'>%s</a>"
(or (org-element-property :CUSTOM_ID headline)
(mapconcat
'number-to-string