aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorStefan Kangas2023-12-30 18:01:48 +0100
committerStefan Kangas2023-12-30 18:14:40 +0100
commit0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb (patch)
treeb262715016bca5153229bf212f43b93abd499f62 /lisp/org
parent03fdb21bcfdc27401066bb7375d07ad0259219fa (diff)
downloademacs-0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb.tar.gz
emacs-0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb.zip
; Prefer finder keyword "text" to deprecated keyword "wp"
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ol-bbdb.el2
-rw-r--r--lisp/org/ol-bibtex.el2
-rw-r--r--lisp/org/ol-docview.el2
-rw-r--r--lisp/org/ol-gnus.el2
-rw-r--r--lisp/org/ol-info.el2
-rw-r--r--lisp/org/ol-man.el2
-rw-r--r--lisp/org/ol-mhe.el2
-rw-r--r--lisp/org/ol-rmail.el2
-rw-r--r--lisp/org/ol-w3m.el2
-rw-r--r--lisp/org/ol.el2
-rw-r--r--lisp/org/org-agenda.el2
-rw-r--r--lisp/org/org-archive.el2
-rw-r--r--lisp/org/org-capture.el2
-rw-r--r--lisp/org/org-clock.el2
-rw-r--r--lisp/org/org-colview.el2
-rw-r--r--lisp/org/org-compat.el2
-rw-r--r--lisp/org/org-ctags.el2
-rw-r--r--lisp/org/org-datetree.el2
-rw-r--r--lisp/org/org-duration.el2
-rw-r--r--lisp/org/org-element.el2
-rw-r--r--lisp/org/org-entities.el2
-rw-r--r--lisp/org/org-faces.el2
-rw-r--r--lisp/org/org-feed.el2
-rw-r--r--lisp/org/org-footnote.el2
-rw-r--r--lisp/org/org-goto.el2
-rw-r--r--lisp/org/org-habit.el2
-rw-r--r--lisp/org/org-id.el2
-rw-r--r--lisp/org/org-indent.el2
-rw-r--r--lisp/org/org-inlinetask.el2
-rw-r--r--lisp/org/org-lint.el2
-rw-r--r--lisp/org/org-list.el2
-rw-r--r--lisp/org/org-macro.el2
-rw-r--r--lisp/org/org-macs.el2
-rw-r--r--lisp/org/org-mobile.el2
-rw-r--r--lisp/org/org-num.el2
-rw-r--r--lisp/org/org-pcomplete.el2
-rw-r--r--lisp/org/org-protocol.el2
-rw-r--r--lisp/org/org-refile.el2
-rw-r--r--lisp/org/org-src.el2
-rw-r--r--lisp/org/org-table.el2
-rw-r--r--lisp/org/org-tempo.el2
-rw-r--r--lisp/org/org-timer.el2
-rw-r--r--lisp/org/org.el2
-rw-r--r--lisp/org/ox-ascii.el2
-rw-r--r--lisp/org/ox-beamer.el2
-rw-r--r--lisp/org/ox-html.el2
-rw-r--r--lisp/org/ox-icalendar.el2
-rw-r--r--lisp/org/ox-koma-letter.el2
-rw-r--r--lisp/org/ox-latex.el2
-rw-r--r--lisp/org/ox-man.el2
-rw-r--r--lisp/org/ox-md.el2
-rw-r--r--lisp/org/ox-odt.el2
-rw-r--r--lisp/org/ox-org.el2
-rw-r--r--lisp/org/ox-publish.el2
-rw-r--r--lisp/org/ox-texinfo.el2
-rw-r--r--lisp/org/ox.el2
56 files changed, 56 insertions, 56 deletions
diff --git a/lisp/org/ol-bbdb.el b/lisp/org/ol-bbdb.el
index 47bd9d98cb5..bc298abf363 100644
--- a/lisp/org/ol-bbdb.el
+++ b/lisp/org/ol-bbdb.el
@@ -4,7 +4,7 @@
4 4
5;; Authors: Carsten Dominik <carsten.dominik@gmail.com> 5;; Authors: Carsten Dominik <carsten.dominik@gmail.com>
6;; Thomas Baumann <thomas dot baumann at ch dot tum dot de> 6;; Thomas Baumann <thomas dot baumann at ch dot tum dot de>
7;; Keywords: outlines, hypermedia, calendar, wp 7;; Keywords: outlines, hypermedia, calendar, text
8;; URL: https://orgmode.org 8;; URL: https://orgmode.org
9;; 9;;
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
diff --git a/lisp/org/ol-bibtex.el b/lisp/org/ol-bibtex.el
index a16a4b39277..828ea49d17a 100644
--- a/lisp/org/ol-bibtex.el
+++ b/lisp/org/ol-bibtex.el
@@ -5,7 +5,7 @@
5;; Authors: Bastien Guerry <bzg@gnu.org> 5;; Authors: Bastien Guerry <bzg@gnu.org>
6;; Carsten Dominik <carsten dot dominik at gmail dot com> 6;; Carsten Dominik <carsten dot dominik at gmail dot com>
7;; Eric Schulte <schulte dot eric at gmail dot com> 7;; Eric Schulte <schulte dot eric at gmail dot com>
8;; Keywords: org, wp, capture 8;; Keywords: org, text, capture
9;; 9;;
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
11;; 11;;
diff --git a/lisp/org/ol-docview.el b/lisp/org/ol-docview.el
index a9cd9b9950f..926f59cdd1c 100644
--- a/lisp/org/ol-docview.el
+++ b/lisp/org/ol-docview.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2009-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2009-2023 Free Software Foundation, Inc.
4 4
5;; Author: Jan Böcker <jan.boecker at jboecker dot de> 5;; Author: Jan Böcker <jan.boecker at jboecker dot de>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/ol-gnus.el b/lisp/org/ol-gnus.el
index 7c07ce0454d..0a7fe90b498 100644
--- a/lisp/org/ol-gnus.el
+++ b/lisp/org/ol-gnus.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Tassilo Horn <tassilo at member dot fsf dot org> 6;; Tassilo Horn <tassilo at member dot fsf dot org>
7;; Keywords: outlines, hypermedia, calendar, wp 7;; Keywords: outlines, hypermedia, calendar, text
8;; URL: https://orgmode.org 8;; URL: https://orgmode.org
9;; 9;;
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
diff --git a/lisp/org/ol-info.el b/lisp/org/ol-info.el
index 350ccf5cc57..cd5258735da 100644
--- a/lisp/org/ol-info.el
+++ b/lisp/org/ol-info.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2004-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2004-2023 Free Software Foundation, Inc.
4 4
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/ol-man.el b/lisp/org/ol-man.el
index 40fdc8f9237..567fede04c2 100644
--- a/lisp/org/ol-man.el
+++ b/lisp/org/ol-man.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2020-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2020-2023 Free Software Foundation, Inc.
4;; Author: Carsten Dominik <carsten.dominik@gmail.com> 4;; Author: Carsten Dominik <carsten.dominik@gmail.com>
5;; Maintainer: Bastien Guerry <bzg@gnu.org> 5;; Maintainer: Bastien Guerry <bzg@gnu.org>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/ol-mhe.el b/lisp/org/ol-mhe.el
index 403b5a25483..0ca98174ae7 100644
--- a/lisp/org/ol-mhe.el
+++ b/lisp/org/ol-mhe.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2004-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2004-2023 Free Software Foundation, Inc.
4 4
5;; Author: Thomas Baumann <thomas dot baumann at ch dot tum dot de> 5;; Author: Thomas Baumann <thomas dot baumann at ch dot tum dot de>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/ol-rmail.el b/lisp/org/ol-rmail.el
index 2877798281d..df97c50ba10 100644
--- a/lisp/org/ol-rmail.el
+++ b/lisp/org/ol-rmail.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2004-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2004-2023 Free Software Foundation, Inc.
4 4
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/ol-w3m.el b/lisp/org/ol-w3m.el
index 6fb01a60d59..2ef55b85541 100644
--- a/lisp/org/ol-w3m.el
+++ b/lisp/org/ol-w3m.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2008-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2023 Free Software Foundation, Inc.
4 4
5;; Author: Andy Stewart <lazycat dot manatee at gmail dot com> 5;; Author: Andy Stewart <lazycat dot manatee at gmail dot com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/ol.el b/lisp/org/ol.el
index cbc02a985c1..5e3dcc987b3 100644
--- a/lisp/org/ol.el
+++ b/lisp/org/ol.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2018-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2023 Free Software Foundation, Inc.
4 4
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el
index 670116304e6..6b7669f67e1 100644
--- a/lisp/org/org-agenda.el
+++ b/lisp/org/org-agenda.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2004-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2004-2023 Free Software Foundation, Inc.
4 4
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-archive.el b/lisp/org/org-archive.el
index e74c59a51d9..831140c5052 100644
--- a/lisp/org/org-archive.el
+++ b/lisp/org/org-archive.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2004-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2004-2023 Free Software Foundation, Inc.
4 4
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-capture.el b/lisp/org/org-capture.el
index 41872ff87ef..3db9c035577 100644
--- a/lisp/org/org-capture.el
+++ b/lisp/org/org-capture.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2010-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2010-2023 Free Software Foundation, Inc.
4 4
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-clock.el b/lisp/org/org-clock.el
index 6ab313e1218..14368e49c9b 100644
--- a/lisp/org/org-clock.el
+++ b/lisp/org/org-clock.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2004-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2004-2023 Free Software Foundation, Inc.
4 4
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-colview.el b/lisp/org/org-colview.el
index 475416ecf74..5d83437d34c 100644
--- a/lisp/org/org-colview.el
+++ b/lisp/org/org-colview.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2004-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2004-2023 Free Software Foundation, Inc.
4 4
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-compat.el b/lisp/org/org-compat.el
index db5e9283bf5..686a72b7972 100644
--- a/lisp/org/org-compat.el
+++ b/lisp/org/org-compat.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2004-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2004-2023 Free Software Foundation, Inc.
4 4
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-ctags.el b/lisp/org/org-ctags.el
index 990214f4117..957dd86b28b 100644
--- a/lisp/org/org-ctags.el
+++ b/lisp/org/org-ctags.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2007-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2007-2023 Free Software Foundation, Inc.
4 4
5;; Author: Paul Sexton <eeeickythump@gmail.com> 5;; Author: Paul Sexton <eeeickythump@gmail.com>
6;; Keywords: org, wp 6;; Keywords: org, text
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9;; 9;;
diff --git a/lisp/org/org-datetree.el b/lisp/org/org-datetree.el
index 035ef047a9d..3874aef03b8 100644
--- a/lisp/org/org-datetree.el
+++ b/lisp/org/org-datetree.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2009-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2009-2023 Free Software Foundation, Inc.
4 4
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-duration.el b/lisp/org/org-duration.el
index 2919efd4c77..cc2ed7e84ac 100644
--- a/lisp/org/org-duration.el
+++ b/lisp/org/org-duration.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2017-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2017-2023 Free Software Foundation, Inc.
4 4
5;; Author: Nicolas Goaziou <mail@nicolasgoaziou.fr> 5;; Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/org/org-element.el b/lisp/org/org-element.el
index 34eb27b6465..48fedfe9edf 100644
--- a/lisp/org/org-element.el
+++ b/lisp/org/org-element.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2012-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2012-2023 Free Software Foundation, Inc.
4 4
5;; Author: Nicolas Goaziou <n.goaziou at gmail dot com> 5;; Author: Nicolas Goaziou <n.goaziou at gmail dot com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/org/org-entities.el b/lisp/org/org-entities.el
index 61083022b82..a84142f5d40 100644
--- a/lisp/org/org-entities.el
+++ b/lisp/org/org-entities.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Carsten Dominik <carsten.dominik@gmail.com>, 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>,
6;; Ulf Stegemann <ulf at zeitform dot de> 6;; Ulf Stegemann <ulf at zeitform dot de>
7;; Keywords: outlines, calendar, wp 7;; Keywords: outlines, calendar, text
8;; URL: https://orgmode.org 8;; URL: https://orgmode.org
9;; 9;;
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-faces.el b/lisp/org/org-faces.el
index bb0958033fe..e97188420b2 100644
--- a/lisp/org/org-faces.el
+++ b/lisp/org/org-faces.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2004-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2004-2023 Free Software Foundation, Inc.
4 4
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-feed.el b/lisp/org/org-feed.el
index f0b294b4a59..c4712747bdb 100644
--- a/lisp/org/org-feed.el
+++ b/lisp/org/org-feed.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2009-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2009-2023 Free Software Foundation, Inc.
4;; 4;;
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-footnote.el b/lisp/org/org-footnote.el
index 6bdd0b32fed..72b43f2c630 100644
--- a/lisp/org/org-footnote.el
+++ b/lisp/org/org-footnote.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2009-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2009-2023 Free Software Foundation, Inc.
4;; 4;;
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-goto.el b/lisp/org/org-goto.el
index 00bf5d46aaa..7d3f814c2e8 100644
--- a/lisp/org/org-goto.el
+++ b/lisp/org/org-goto.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2012-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2012-2023 Free Software Foundation, Inc.
4 4
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/org/org-habit.el b/lisp/org/org-habit.el
index fb6a48b5f55..e38cdf2a695 100644
--- a/lisp/org/org-habit.el
+++ b/lisp/org/org-habit.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2009-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2009-2023 Free Software Foundation, Inc.
4 4
5;; Author: John Wiegley <johnw at gnu dot org> 5;; Author: John Wiegley <johnw at gnu dot org>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-id.el b/lisp/org/org-id.el
index 490e4ddee5b..bcdf1132b09 100644
--- a/lisp/org/org-id.el
+++ b/lisp/org/org-id.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2008-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2023 Free Software Foundation, Inc.
4;; 4;;
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-indent.el b/lisp/org/org-indent.el
index fe52338788c..977594bf016 100644
--- a/lisp/org/org-indent.el
+++ b/lisp/org/org-indent.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2009-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2009-2023 Free Software Foundation, Inc.
4;; 4;;
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-inlinetask.el b/lisp/org/org-inlinetask.el
index cb7fdf88bde..b83691f1d36 100644
--- a/lisp/org/org-inlinetask.el
+++ b/lisp/org/org-inlinetask.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2009-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2009-2023 Free Software Foundation, Inc.
4;; 4;;
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-lint.el b/lisp/org/org-lint.el
index 0e2967b6cb6..7a716eb5c09 100644
--- a/lisp/org/org-lint.el
+++ b/lisp/org/org-lint.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2015-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2023 Free Software Foundation, Inc.
4 4
5;; Author: Nicolas Goaziou <mail@nicolasgoaziou.fr> 5;; Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/org/org-list.el b/lisp/org/org-list.el
index 1fc99d0708a..694e3484506 100644
--- a/lisp/org/org-list.el
+++ b/lisp/org/org-list.el
@@ -4,7 +4,7 @@
4;; 4;;
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Bastien Guerry <bzg@gnu.org> 6;; Bastien Guerry <bzg@gnu.org>
7;; Keywords: outlines, hypermedia, calendar, wp 7;; Keywords: outlines, hypermedia, calendar, text
8;; URL: https://orgmode.org 8;; URL: https://orgmode.org
9;; 9;;
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-macro.el b/lisp/org/org-macro.el
index 481e431c2f9..7b0725e73df 100644
--- a/lisp/org/org-macro.el
+++ b/lisp/org/org-macro.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2013-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2013-2023 Free Software Foundation, Inc.
4 4
5;; Author: Nicolas Goaziou <n.goaziou@gmail.com> 5;; Author: Nicolas Goaziou <n.goaziou@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/org/org-macs.el b/lisp/org/org-macs.el
index 6ed901b7397..39d40efcac6 100644
--- a/lisp/org/org-macs.el
+++ b/lisp/org/org-macs.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2004-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2004-2023 Free Software Foundation, Inc.
4 4
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-mobile.el b/lisp/org/org-mobile.el
index 01395a4b616..cec9188445e 100644
--- a/lisp/org/org-mobile.el
+++ b/lisp/org/org-mobile.el
@@ -2,7 +2,7 @@
2;; Copyright (C) 2009-2023 Free Software Foundation, Inc. 2;; Copyright (C) 2009-2023 Free Software Foundation, Inc.
3;; 3;;
4;; Author: Carsten Dominik <carsten.dominik@gmail.com> 4;; Author: Carsten Dominik <carsten.dominik@gmail.com>
5;; Keywords: outlines, hypermedia, calendar, wp 5;; Keywords: outlines, hypermedia, calendar, text
6;; URL: https://orgmode.org 6;; URL: https://orgmode.org
7;; 7;;
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-num.el b/lisp/org/org-num.el
index 807fa66223b..290ac1624d7 100644
--- a/lisp/org/org-num.el
+++ b/lisp/org/org-num.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2018-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2023 Free Software Foundation, Inc.
4 4
5;; Author: Nicolas Goaziou <mail@nicolasgoaziou.fr> 5;; Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/org/org-pcomplete.el b/lisp/org/org-pcomplete.el
index 0567052c089..ecbe3594ed2 100644
--- a/lisp/org/org-pcomplete.el
+++ b/lisp/org/org-pcomplete.el
@@ -4,7 +4,7 @@
4;; 4;;
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; John Wiegley <johnw at gnu dot org> 6;; John Wiegley <johnw at gnu dot org>
7;; Keywords: outlines, hypermedia, calendar, wp 7;; Keywords: outlines, hypermedia, calendar, text
8;; URL: https://orgmode.org 8;; URL: https://orgmode.org
9;; 9;;
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-protocol.el b/lisp/org/org-protocol.el
index 2b07a377e2a..9e72bda863c 100644
--- a/lisp/org/org-protocol.el
+++ b/lisp/org/org-protocol.el
@@ -7,7 +7,7 @@
7;; Sebastian Rose <sebastian_rose AT gmx DOT de> 7;; Sebastian Rose <sebastian_rose AT gmx DOT de>
8;; Ross Patterson <me AT rpatterson DOT net> 8;; Ross Patterson <me AT rpatterson DOT net>
9;; Maintainer: Sebastian Rose <sebastian_rose AT gmx DOT de> 9;; Maintainer: Sebastian Rose <sebastian_rose AT gmx DOT de>
10;; Keywords: org, emacsclient, wp 10;; Keywords: org, emacsclient, text
11 11
12;; This file is part of GNU Emacs. 12;; This file is part of GNU Emacs.
13;; 13;;
diff --git a/lisp/org/org-refile.el b/lisp/org/org-refile.el
index 5a41c022fee..ecbf44a6274 100644
--- a/lisp/org/org-refile.el
+++ b/lisp/org/org-refile.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2010-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2010-2023 Free Software Foundation, Inc.
4 4
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; 7;;
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/org/org-src.el b/lisp/org/org-src.el
index 941399e15a5..1c1efdc1d7b 100644
--- a/lisp/org/org-src.el
+++ b/lisp/org/org-src.el
@@ -5,7 +5,7 @@
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Bastien Guerry <bzg@gnu.org> 6;; Bastien Guerry <bzg@gnu.org>
7;; Dan Davison <davison at stats dot ox dot ac dot uk> 7;; Dan Davison <davison at stats dot ox dot ac dot uk>
8;; Keywords: outlines, hypermedia, calendar, wp 8;; Keywords: outlines, hypermedia, calendar, text
9;; URL: https://orgmode.org 9;; URL: https://orgmode.org
10;; 10;;
11;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el
index d6b7086cddd..f2392a53863 100644
--- a/lisp/org/org-table.el
+++ b/lisp/org/org-table.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2004-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2004-2023 Free Software Foundation, Inc.
4 4
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-tempo.el b/lisp/org/org-tempo.el
index 81ec8fdccfe..b81beec2eff 100644
--- a/lisp/org/org-tempo.el
+++ b/lisp/org/org-tempo.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2017-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2017-2023 Free Software Foundation, Inc.
4;; 4;;
5;; Author: Rasmus Pank Roulund <emacs at pank dot eu> 5;; Author: Rasmus Pank Roulund <emacs at pank dot eu>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/org-timer.el b/lisp/org/org-timer.el
index 919630e696f..1cc7789c868 100644
--- a/lisp/org/org-timer.el
+++ b/lisp/org/org-timer.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2008-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2023 Free Software Foundation, Inc.
4 4
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8;; 8;;
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/org.el b/lisp/org/org.el
index d1f63762e50..b63df8f59ea 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -5,7 +5,7 @@
5;; 5;;
6;; Author: Carsten Dominik <carsten.dominik@gmail.com> 6;; Author: Carsten Dominik <carsten.dominik@gmail.com>
7;; Maintainer: Bastien Guerry <bzg@gnu.org> 7;; Maintainer: Bastien Guerry <bzg@gnu.org>
8;; Keywords: outlines, hypermedia, calendar, wp 8;; Keywords: outlines, hypermedia, calendar, text
9;; URL: https://orgmode.org 9;; URL: https://orgmode.org
10;; Package-Requires: ((emacs "26.1")) 10;; Package-Requires: ((emacs "26.1"))
11 11
diff --git a/lisp/org/ox-ascii.el b/lisp/org/ox-ascii.el
index 692dd216d61..881a95e3788 100644
--- a/lisp/org/ox-ascii.el
+++ b/lisp/org/ox-ascii.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Nicolas Goaziou <n.goaziou at gmail dot com> 5;; Author: Nicolas Goaziou <n.goaziou at gmail dot com>
6;; Maintainer: Nicolas Goaziou <mail@nicolasgoaziou.fr> 6;; Maintainer: Nicolas Goaziou <mail@nicolasgoaziou.fr>
7;; Keywords: outlines, hypermedia, calendar, wp 7;; Keywords: outlines, hypermedia, calendar, text
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
10 10
diff --git a/lisp/org/ox-beamer.el b/lisp/org/ox-beamer.el
index 10a2c803a00..33ab6f30239 100644
--- a/lisp/org/ox-beamer.el
+++ b/lisp/org/ox-beamer.el
@@ -5,7 +5,7 @@
5;; Author: Carsten Dominik <carsten.dominik AT gmail DOT com> 5;; Author: Carsten Dominik <carsten.dominik AT gmail DOT com>
6;; Nicolas Goaziou <n.goaziou AT gmail DOT com> 6;; Nicolas Goaziou <n.goaziou AT gmail DOT com>
7;; Maintainer: Nicolas Goaziou <mail@nicolasgoaziou.fr> 7;; Maintainer: Nicolas Goaziou <mail@nicolasgoaziou.fr>
8;; Keywords: org, wp, tex 8;; Keywords: org, text, tex
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
11 11
diff --git a/lisp/org/ox-html.el b/lisp/org/ox-html.el
index cfad311207a..08db79dc877 100644
--- a/lisp/org/ox-html.el
+++ b/lisp/org/ox-html.el
@@ -5,7 +5,7 @@
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Jambunathan K <kjambunathan at gmail dot com> 6;; Jambunathan K <kjambunathan at gmail dot com>
7;; Maintainer: TEC <orgmode@tec.tecosaur.net> 7;; Maintainer: TEC <orgmode@tec.tecosaur.net>
8;; Keywords: outlines, hypermedia, calendar, wp 8;; Keywords: outlines, hypermedia, calendar, text
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
11 11
diff --git a/lisp/org/ox-icalendar.el b/lisp/org/ox-icalendar.el
index 81a77a77056..f38aedd2936 100644
--- a/lisp/org/ox-icalendar.el
+++ b/lisp/org/ox-icalendar.el
@@ -5,7 +5,7 @@
5;; Author: Carsten Dominik <carsten.dominik@gmail.com> 5;; Author: Carsten Dominik <carsten.dominik@gmail.com>
6;; Nicolas Goaziou <mail@nicolasgoaziou.fr> 6;; Nicolas Goaziou <mail@nicolasgoaziou.fr>
7;; Maintainer: Nicolas Goaziou <mail@nicolasgoaziou.fr> 7;; Maintainer: Nicolas Goaziou <mail@nicolasgoaziou.fr>
8;; Keywords: outlines, hypermedia, calendar, wp 8;; Keywords: outlines, hypermedia, calendar, text
9;; URL: https://orgmode.org 9;; URL: https://orgmode.org
10 10
11;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
diff --git a/lisp/org/ox-koma-letter.el b/lisp/org/ox-koma-letter.el
index 33eb0597b08..04a930bd369 100644
--- a/lisp/org/ox-koma-letter.el
+++ b/lisp/org/ox-koma-letter.el
@@ -7,7 +7,7 @@
7;; Viktor Rosenfeld <listuser36 AT gmail DOT com> 7;; Viktor Rosenfeld <listuser36 AT gmail DOT com>
8;; Rasmus Pank Roulund <emacs AT pank DOT eu> 8;; Rasmus Pank Roulund <emacs AT pank DOT eu>
9;; Maintainer: Marco Wahl <marcowahlsoft@gmail.com> 9;; Maintainer: Marco Wahl <marcowahlsoft@gmail.com>
10;; Keywords: org, wp, tex 10;; Keywords: org, text, tex
11 11
12;; This file is part of GNU Emacs. 12;; This file is part of GNU Emacs.
13 13
diff --git a/lisp/org/ox-latex.el b/lisp/org/ox-latex.el
index 768bf402b70..520a51f856c 100644
--- a/lisp/org/ox-latex.el
+++ b/lisp/org/ox-latex.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Nicolas Goaziou <n.goaziou at gmail dot com> 5;; Author: Nicolas Goaziou <n.goaziou at gmail dot com>
6;; Maintainer: Daniel Fleischer <danflscr@gmail.com> 6;; Maintainer: Daniel Fleischer <danflscr@gmail.com>
7;; Keywords: outlines, hypermedia, calendar, wp 7;; Keywords: outlines, hypermedia, calendar, text
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
10 10
diff --git a/lisp/org/ox-man.el b/lisp/org/ox-man.el
index bb716f7b9f2..77dc609b061 100644
--- a/lisp/org/ox-man.el
+++ b/lisp/org/ox-man.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Nicolas Goaziou <n.goaziou at gmail dot com> 5;; Author: Nicolas Goaziou <n.goaziou at gmail dot com>
6;; Luis R Anaya <papoanaya aroba hot mail punto com> 6;; Luis R Anaya <papoanaya aroba hot mail punto com>
7;; Keywords: outlines, hypermedia, calendar, wp 7;; Keywords: outlines, hypermedia, calendar, text
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
10 10
diff --git a/lisp/org/ox-md.el b/lisp/org/ox-md.el
index 5be0ca22e07..d0ddaabbbe4 100644
--- a/lisp/org/ox-md.el
+++ b/lisp/org/ox-md.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Nicolas Goaziou <n.goaziou@gmail.com> 5;; Author: Nicolas Goaziou <n.goaziou@gmail.com>
6;; Maintainer: Nicolas Goaziou <mail@nicolasgoaziou.fr> 6;; Maintainer: Nicolas Goaziou <mail@nicolasgoaziou.fr>
7;; Keywords: org, wp, markdown 7;; Keywords: org, text, markdown
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
10 10
diff --git a/lisp/org/ox-odt.el b/lisp/org/ox-odt.el
index dd96ed8e064..f5ddedc2ba7 100644
--- a/lisp/org/ox-odt.el
+++ b/lisp/org/ox-odt.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2010-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2010-2023 Free Software Foundation, Inc.
4 4
5;; Author: Jambunathan K <kjambunathan at gmail dot com> 5;; Author: Jambunathan K <kjambunathan at gmail dot com>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7;; URL: https://orgmode.org 7;; URL: https://orgmode.org
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/org/ox-org.el b/lisp/org/ox-org.el
index ed72cf4f2ba..5734510b37b 100644
--- a/lisp/org/ox-org.el
+++ b/lisp/org/ox-org.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Nicolas Goaziou <n.goaziou@gmail.com> 5;; Author: Nicolas Goaziou <n.goaziou@gmail.com>
6;; Maintainer: Nicolas Goaziou <mail@nicolasgoaziou.fr> 6;; Maintainer: Nicolas Goaziou <mail@nicolasgoaziou.fr>
7;; Keywords: org, wp 7;; Keywords: org, text
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
10 10
diff --git a/lisp/org/ox-publish.el b/lisp/org/ox-publish.el
index cff34f05882..2a06214d75b 100644
--- a/lisp/org/ox-publish.el
+++ b/lisp/org/ox-publish.el
@@ -3,7 +3,7 @@
3 3
4;; Author: David O'Toole <dto@gnu.org> 4;; Author: David O'Toole <dto@gnu.org>
5;; Maintainer: Nicolas Goaziou <mail@nicolasgoaziou.fr> 5;; Maintainer: Nicolas Goaziou <mail@nicolasgoaziou.fr>
6;; Keywords: hypermedia, outlines, wp 6;; Keywords: hypermedia, outlines, text
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9;; 9;;
diff --git a/lisp/org/ox-texinfo.el b/lisp/org/ox-texinfo.el
index 5befcac1c39..6616bfd024b 100644
--- a/lisp/org/ox-texinfo.el
+++ b/lisp/org/ox-texinfo.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2012-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2012-2023 Free Software Foundation, Inc.
4;; Author: Jonathan Leech-Pepin <jonathan.leechpepin at gmail dot com> 4;; Author: Jonathan Leech-Pepin <jonathan.leechpepin at gmail dot com>
5;; Maintainer: Nicolas Goaziou <mail@nicolasgoaziou.fr> 5;; Maintainer: Nicolas Goaziou <mail@nicolasgoaziou.fr>
6;; Keywords: outlines, hypermedia, calendar, wp 6;; Keywords: outlines, hypermedia, calendar, text
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/org/ox.el b/lisp/org/ox.el
index e9cc0ed8fc7..5327cc0d41c 100644
--- a/lisp/org/ox.el
+++ b/lisp/org/ox.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Nicolas Goaziou <mail@nicolasgoaziou.fr> 5;; Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
6;; Maintainer: Nicolas Goaziou <mail@nicolasgoaziou.fr> 6;; Maintainer: Nicolas Goaziou <mail@nicolasgoaziou.fr>
7;; Keywords: outlines, hypermedia, calendar, wp 7;; Keywords: outlines, hypermedia, calendar, text
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
10 10