From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Robert P. Goldman" Subject: [PATCH 3/5] Kill the HTML exporter. Date: Fri, 21 Oct 2011 11:13:27 -0500 Message-ID: <1319213609-40770-4-git-send-email-rpgoldman@real-time.com> References: <1319213609-40770-1-git-send-email-rpgoldman@real-time.com> Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHHuR-000212-6l for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 12:25:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHHuP-0007AT-M4 for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 12:25:27 -0400 Received: from enchanter.real-time.com ([63.170.91.11]:1027) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHHuP-00078d-Ed for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 12:25:25 -0400 In-Reply-To: <1319213609-40770-1-git-send-email-rpgoldman@real-time.com> 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 Cc: "Robert P. Goldman" This is done better in core org-mode. --- contrib/lisp/org-export-generic.el | 41 ------------------------------------ 1 files changed, 0 insertions(+), 41 deletions(-) diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el index e3a8680..15afe6a 100644 --- a/contrib/lisp/org-export-generic.el +++ b/contrib/lisp/org-export-generic.el @@ -322,47 +322,6 @@ in this way, it will be wrapped." :body-bullet-list-prefix ("* " "** " "*** " "**** " "***** ") ) - - ;; - ;; minimal html exporter - ;; - ("html" - ;; simple html output - :file-suffix ".html" - :key-binding ?h - - :header-prefix "" - - :title-format "

%s

\n\n" - - :date-export t - :date-format "
Date: %s
\n\n" - - :toc-export nil - - :body-header-section-numbers 3 - - :body-section-header-prefix ("

" "

" "

" - "

" "

" "
") - :body-section-header-format "%s" - :body-section-header-suffix ("
\n" "\n" "\n" - "\n" "\n" "\n") - - :body-section-prefix "\n" - :body-section-suffix "\n" - ; :body-section-prefix ("\n" "\n" "\n") - ; :body-section-suffix ("\n" "\n" "\n") - - :body-line-export-preformated t - :body-line-format "%s\n" - - :body-text-prefix "

\n" - :body-text-suffix "

\n" - - :body-bullet-list-prefix (?* ?+ ?-) - ; :body-bullet-list-suffix (?* ?+ ?-) - ) - ;; ;; internet-draft .xml for xml2rfc exporter ;; -- 1.7.3.5