org-export-generic.el: Warn about not using this for new exporters.

This commit is contained in:
Bastien Guerry 2012-12-04 15:24:37 +01:00
parent ba7a3ef869
commit 6dfe2fef04

View file

@ -8,7 +8,7 @@
;; Version: 6.25trans ;; Version: 6.25trans
;; Acks: Much of this code was stolen form the ascii export from Carsten ;; Acks: Much of this code was stolen form the ascii export from Carsten
;; ;;
;; This file is not yet part of GNU Emacs. ;; This file is not part of GNU Emacs.
;; ;;
;; GNU Emacs is free software: you can redistribute it and/or modify ;; GNU Emacs is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by ;; it under the terms of the GNU General Public License as published by
@ -27,6 +27,10 @@
;; ;;
;; OVERVIEW ;; OVERVIEW
;; ;;
;; IMPORTANT: IF YOU WANT TO WRITE A NEW EXPORTER FOR ORG, PLEASE
;; CHECK contrib/lisp/org-export.el -- ORG-EXPORT-GENERIC.EL, WHILE
;; STILL USEFUL, SHOULD NOT BE USED FOR NEW EXPORTERS.
;;
;; org-export-generic is basically a simple translation system that ;; org-export-generic is basically a simple translation system that
;; knows how to parse at least most of a .org buffer and then add ;; knows how to parse at least most of a .org buffer and then add
;; various formatting prefixes before and after each section type. It ;; various formatting prefixes before and after each section type. It