소스 검색

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 12 년 전
부모
커밋
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