To fix the mis-positioned issue of links.

This commit is contained in:
Yujie Wen 2015-03-18 17:22:35 +08:00
parent 6cdfb6186e
commit f1a112659e
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ dependencies: [
(defun org-reveal-toc (depth info)
"Build a slide of table of contents."
(format "<section id=\"table-of-contents\">\n%s</section>\n"
(replace-regexp-in-string "<a href=\"#" "<a href=\"#slide-"
(replace-regexp-in-string "<a href=\"#" "<a href=\"#/slide-"
(org-html-toc depth info))))
(defun org-reveal-inner-template (contents info)