diff options
Diffstat (limited to 'ennu.el')
-rw-r--r-- | ennu.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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))) |