emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Robert Klein <kleinrob@mpip-mainz.mpg.de>
To: emacs-orgmode@gnu.org
Subject: html publish - typo in contrib/lisp/org-e-publish.el
Date: Tue, 18 Sep 2012 19:36:35 +0200	[thread overview]
Message-ID: <5058B123.7050705@mpip-mainz.mpg.de> (raw)

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)

             reply	other threads:[~2012-09-18 17:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-18 17:36 Robert Klein [this message]
2012-09-19  6:08 ` html publish - typo in contrib/lisp/org-e-publish.el Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5058B123.7050705@mpip-mainz.mpg.de \
    --to=kleinrob@mpip-mainz.mpg.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).