summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Klein <kleinrob@mpip-mainz.mpg.de>2012-09-19 08:07:36 +0200
committerBastien Guerry <bzg@altern.org>2012-09-19 08:07:36 +0200
commit7dd95734506a87c84bd714f23fa5e66b2a6ec90a (patch)
tree1d5225274fb8feab749f64fc213f21a31b33cd82
parent23531cce6208d9e84c6d2540976badf40bff453d (diff)
downloadorg-mode-7dd95734506a87c84bd714f23fa5e66b2a6ec90a.tar.gz
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
-rw-r--r--contrib/lisp/org-e-publish.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lisp/org-e-publish.el b/contrib/lisp/org-e-publish.el
index c4c0f17..894ee07 100644
--- a/contrib/lisp/org-e-publish.el
+++ b/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)