瀏覽代碼

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 年之前
父節點
當前提交
85bd00bae8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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