From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: html publish - typo in contrib/lisp/org-e-publish.el Date: Tue, 18 Sep 2012 19:36:35 +0200 Message-ID: <5058B123.7050705@mpip-mainz.mpg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TE1j2-0005js-6Q for emacs-orgmode@gnu.org; Tue, 18 Sep 2012 13:36:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TE1j0-0000Z5-VJ for emacs-orgmode@gnu.org; Tue, 18 Sep 2012 13:36:44 -0400 Received: from gate1.mpip-mainz.mpg.de ([194.95.63.248]:28344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TE1j0-0000Yy-Ov for emacs-orgmode@gnu.org; Tue, 18 Sep 2012 13:36:42 -0400 Received: from [10.20.2.71] (port=45524 helo=vmmail1.mpip-mainz.mpg.de) by gate1.mpip-mainz.mpg.de with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TE1iu-00068O-0s for emacs-orgmode@gnu.org; Tue, 18 Sep 2012 19:36:36 +0200 Received: from p54a376b1.dip.t-dialin.net ([84.163.118.177] helo=lobel.lobel) by vmmail1.mpip-mainz.mpg.de with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.72) (envelope-from ) id 1TE1iu-0007wz-2v for emacs-orgmode@gnu.org; Tue, 18 Sep 2012 19:36:36 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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)