From 61cca3d81404fa8e8873b11dc08b5e318982a7a4 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 26 Aug 2019 00:19:45 +0530 Subject: Specify language during index file generation. * ennu.el (ennu-publish-index): Specify #+LANGUAGE keyword. --- ennu.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ennu.el b/ennu.el index 1f9d786..bc0ffdd 100644 --- a/ennu.el +++ b/ennu.el @@ -95,6 +95,7 @@ last form in BODY." (lambda (posts page-number output-file) (with-temp-buffer (insert (format "#+TITLE: %s\n" title subtitle)) + (insert (format "#+LANGUAGE: %s\n" tongue)) (insert "#+OPTIONS: num:nil toc:nil\n\n") (when subtitle (insert (format "%s\n\n" subtitle))) -- cgit v1.2.3