Browse Source

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}".
Rick Frankel 11 years ago
parent
commit
85bd00bae8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/lisp/ox-deck.el

+ 1 - 1
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