emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* html publish - typo in contrib/lisp/org-e-publish.el
@ 2012-09-18 17:36 Robert Klein
  2012-09-19  6:08 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Klein @ 2012-09-18 17:36 UTC (permalink / raw)
  To: emacs-orgmode

Hi, there is a typo in org-e-publish.el.  Publishing xxx.org results in 
a file xxxhtml instead of xxx.html.

Fix below.

(My published files still have zero length, but this may be a result of 
a buggy setup.)

Best regards
Robert


--- org-e-publish.el.old	2012-09-18 19:27:27.502988132 +0200
+++ org-e-publish.el	2012-09-18 19:27:54.009888013 +0200
@@ -600,7 +600,7 @@
  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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-19  8:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-18 17:36 html publish - typo in contrib/lisp/org-e-publish.el Robert Klein
2012-09-19  6:08 ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).