diff options
author | Arun Isaac | 2019-09-02 01:16:02 +0530 |
---|---|---|
committer | Arun Isaac | 2019-09-02 01:16:02 +0530 |
commit | 69c1ba35896875ccfee4fbb9c5b2d60748f7a346 (patch) | |
tree | 57046e91a98dbb0566f0f9bd3ad89ab2d9cd5574 | |
parent | 41980c4029edddea8bd97e091ec674f5a09f5db7 (diff) | |
download | ennum-69c1ba35896875ccfee4fbb9c5b2d60748f7a346.tar.gz ennum-69c1ba35896875ccfee4fbb9c5b2d60748f7a346.tar.lz ennum-69c1ba35896875ccfee4fbb9c5b2d60748f7a346.zip |
Publish index using html backend.
* ennu.el (ennu-publish-index): Publish index using html backend, not
ennu-html backend.
-rw-r--r-- | ennu.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ last form in BODY." (insert (format "[[./%s][Older posts]]\n" (ennu-index-filename (file-name-nondirectory filename-prefix) tongue nil (1+ page-number))))) - (org-export-to-file 'ennu-html output-file))) + (org-export-to-file 'html output-file))) (seq-partition posts posts-per-page) page-numbers output-files) |