Fix handling of internal links and new html doctype option.
commit2347dcf76b7b7522e8ed573d8886437736f0f5b6
authorRick Frankel <rick@rickster.com>
Sun, 26 May 2013 23:17:18 +0000 (26 19:17 -0400)
committerRick Frankel <rick@rickster.com>
Sun, 26 May 2013 23:17:18 +0000 (26 19:17 -0400)
treec246b4537d472317f0cc17d2ca1ff4e344a6ca7f
parent85bd00bae8b485ffa6b8ad497fb1c669ff39da8e
Fix handling of internal links and new html doctype option.

* contrib/lisp/ox-deck.el (deck): Add deck specific link function.
(org-deck-toc): Generate correct link to slide for custom ids as well
as default section ids.
(org-deck-link): HTML custom ids link to the headline. deck.js
requires linking to the wrapper (slide) so modify the link to point at
the container instead of the headline.
(org-deck-template): Fix doctype handling to use alist option instead
of literal string.
contrib/lisp/ox-deck.el