summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorKarl Fogel <kfogel@red-bean.com>2022-01-10 13:20:29 -0600
committerKarl Fogel <kfogel@red-bean.com>2022-01-10 13:20:29 -0600
commit99f47ede413ea8c04ad1f1ca8f1a678f7942578c (patch)
tree367115bfc1df98a93264d3533210cacfbda5dc78 /admin
parent97806bc7deeec7ab1458eb5ff689f46ec8e7c652 (diff)
downloademacs-99f47ede413ea8c04ad1f1ca8f1a678f7942578c.tar.gz
Document external maintenance of some packages
Document the fact that some packages in Emacs are externally maintained, and specifically document Org Mode's external maintenance. For more context, see the thread that starts here: https://lists.gnu.org/archive/html/emacs-devel/2021-12/msg00366.html From: Karl Fogel To: Emacs Devel Subject: Improving documentation of Org Mode integration into Emacs. Date: Sat, 04 Dec 2021 15:14:59 -0600 Message-ID: <87zgpgax7w.fsf@red-bean.com>
Diffstat (limited to 'admin')
-rw-r--r--admin/MAINTAINERS17
1 files changed, 17 insertions, 0 deletions
diff --git a/admin/MAINTAINERS b/admin/MAINTAINERS
index c26206baf64..092978f6d2c 100644
--- a/admin/MAINTAINERS
+++ b/admin/MAINTAINERS
@@ -318,6 +318,23 @@ Modus themes
doc/misc/modus-themes.org
etc/themes/modus*.el
+Org Mode
+ Home Page: https://orgmode.org/
+ Maintainer: Org Mode developers
+ Repository: git://git.sv.gnu.org/emacs/org-mode.git
+ Mailing list: emacs-orgmode@gnu.org
+ Bug Reports: M-x org-submit-bug-report
+ Notes: Org Mode is maintained as a separate project that is
+ periodically merged into Emacs. To view or participate in
+ Org Mode development, please go to https://orgmode.org/ and
+ follow the instructions there.
+
+ lisp/org/*.el
+ etc/org/*
+ etc/refcards/orgcard.tex
+ doc/misc/org.org
+ doc/misc/org-setup.org
+
;;; Local Variables:
;;; coding: utf-8