Преглед на файлове

org-e-publish.el (org-e-publish-org-to-html): Fix typo

* org-e-publish.el (org-e-publish-org-to-html): Fix typo.

TINYCHANGE
Robert Klein преди 12 години
родител
ревизия
7dd9573450
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      contrib/lisp/org-e-publish.el

+ 1 - 1
contrib/lisp/org-e-publish.el

@@ -600,7 +600,7 @@ is the property list for the given project.  PUB-DIR is the
 publishing directory.
 
 Return output file name."
-  (org-e-publish-org-to 'e-html filename "html" plist pub-dir))
+  (org-e-publish-org-to 'e-html filename ".html" plist pub-dir))
 
 ;; TODO: Not implemented yet.
 ;; (defun org-e-publish-org-to-org (plist filename pub-dir)