org-agenda: Tiny fix

* lisp/org-agenda.el (org-agenda-write): Allow writing ".htm" files.
This commit is contained in:
Nicolas Goaziou 2016-09-03 09:32:46 +02:00
parent 1509906e29
commit a4f5d35fcc
1 changed files with 1 additions and 1 deletions

View File

@ -3368,7 +3368,7 @@ the agenda to write."
(write-file file)
(kill-buffer (current-buffer))
(message "Org file written to %s" file)))
((string= "html" extension)
((member extension '("html" "htm"))
(require 'htmlize)
(set-buffer (htmlize-buffer (current-buffer)))
(when org-agenda-export-html-style