org-e-publish: Hook e-html back-end into publishing system

* EXPERIMENTAL/org-e-publish.el (org-e-publish-org-to-html): New function.
This commit is contained in:
Nicolas Goaziou 2012-02-18 14:37:51 +01:00
parent bfcb7f1abc
commit 0548051357
1 changed files with 9 additions and 10 deletions

View File

@ -602,16 +602,15 @@ Return output file name."
(org-e-latex-compile
(org-e-publish-org-to 'e-latex filename ".tex" plist pub-dir)))
;; TODO: Not implemented yet.
;; (defun org-e-publish-org-to-html (plist filename pub-dir)
;; "Publish an org file to HTML.
;;
;; FILENAME is the filename of the Org file to be published. PLIST
;; 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))
(defun org-e-publish-org-to-html (plist filename pub-dir)
"Publish an org file to HTML.
FILENAME is the filename of the Org file to be published. PLIST
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))
;; TODO: Not implemented yet.
;; (defun org-e-publish-org-to-org (plist filename pub-dir)