From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jay Kerns Subject: Re: ox-html.el removal Date: Mon, 11 Mar 2013 04:11:42 -0400 Message-ID: References: <87y5dvl1pg.fsf@gmail.com> <87r4jmjtr7.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UExq0-0005Yw-VE for emacs-orgmode@gnu.org; Mon, 11 Mar 2013 04:12:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UExpz-0004a2-9g for emacs-orgmode@gnu.org; Mon, 11 Mar 2013 04:12:04 -0400 Received: from mail-qa0-f43.google.com ([209.85.216.43]:61366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UExpz-0004Zy-5X for emacs-orgmode@gnu.org; Mon, 11 Mar 2013 04:12:03 -0400 Received: by mail-qa0-f43.google.com with SMTP id dx4so824521qab.2 for ; Mon, 11 Mar 2013 01:12:02 -0700 (PDT) In-Reply-To: <87r4jmjtr7.fsf@Rainer.invalid> 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: Achim Gratz Cc: emacs-orgmode@gnu.org On Mon, Mar 11, 2013 at 3:11 AM, Achim Gratz wrote: [snip] > Nevertheless my suggestion to the Org community is to respect your wish > and move these two files to contrib... [snip] I have to say I think Achim is really on the right track, here. Also for those interested in a bit of historical irony check out the commit history of ox-html.el in black and white: http://orgmode.org/cgit.cgi/org-mode.git/log/lisp/ox-html.el http://orgmode.org/cgit.cgi/org-mode.git/log/contrib/lisp/org-e-html.el http://orgmode.org/cgit.cgi/org-mode.git/log/EXPERIMENTAL/org-e-html.el In particular, the following was committed by Jambunathan K on 2012-02-18 with commit message, "org-e-html: New HTML exporter - a first attempt". diff --git a/EXPERIMENTAL/org-e-html.el b/EXPERIMENTAL/org-e-html.el new file mode 100644 index 0000000..7079b5f --- a/dev/null +++ b/EXPERIMENTAL/org-e-html.el @@ -0,0 +1,4902 @@ +;;; org-e-html.el --- HTML Back-End For Org Export Engine + +;; Copyright (C) 2011-2012 Free Software Foundation, Inc. + +;; Author: Nicolas Goaziou +;; Keywords: outlines, hypermedia, calendar, wp + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + -- Jay