summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-12-04 15:24:43 +0100
committerBastien Guerry <bzg@altern.org>2012-12-04 15:24:43 +0100
commitdcdec74b00e401c5884fed2ea5ebb7f39134fbc5 (patch)
tree59aec18455b3f620f59d73f93c3cd12dc45fcdea
parentae1b4960d1eacfa95f7c2f58cf2c91193e3190c8 (diff)
parent6dfe2fef042ee1f48c55163b4943e58a8153f577 (diff)
downloadorg-mode-dcdec74b00e401c5884fed2ea5ebb7f39134fbc5.tar.gz
Merge branch 'maint'
-rw-r--r--contrib/lisp/org-export-generic.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el
index 4de38c7..d04105c 100644
--- a/contrib/lisp/org-export-generic.el
+++ b/contrib/lisp/org-export-generic.el
@@ -8,7 +8,7 @@
;; Version: 6.25trans
;; 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
;; it under the terms of the GNU General Public License as published by
@@ -27,6 +27,10 @@
;;
;; 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
;; knows how to parse at least most of a .org buffer and then add
;; various formatting prefixes before and after each section type. It