فهرست منبع

org-agenda: Tiny fix

* lisp/org-agenda.el (org-agenda-write): Allow writing ".htm" files.
Nicolas Goaziou 8 سال پیش
والد
کامیت
a4f5d35fcc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
lisp/org-agenda.el

@@ -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