diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-07 12:47:18 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-07 12:47:18 -0500 |
commit | 42dcdb3989c8daf4ed4a0153ad2fff89cc54f9b3 (patch) | |
tree | 4fd0ac9b0ce8e4166a3c1e489fe8a488d07ea666 | |
parent | 49361f4252c3b46588d9a17ef8c131550577b89e (diff) | |
download | emacsconf-el-42dcdb3989c8daf4ed4a0153ad2fff89cc54f9b3.tar.xz emacsconf-el-42dcdb3989c8daf4ed4a0153ad2fff89cc54f9b3.zip |
Add chapters
-rw-r--r-- | emacsconf-publish.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf-publish.el b/emacsconf-publish.el index ac910c5..f578f5d 100644 --- a/emacsconf-publish.el +++ b/emacsconf-publish.el @@ -1096,7 +1096,7 @@ Entries are sorted chronologically, with different tracks interleaved." (elt chapter 3) "\n")) chapters) - :html (format "<pre data-target=\"%s\" class=\"chapters\">\n%s\n</ol>" + :html (format "<pre data-target=\"%s\" class=\"chapters\">\n%s\n</pre>" (or target "") (mapconcat (lambda (chapter) |