diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el index e3a868048..15afe6aeb 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 ;;