unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefan@marxist.se>
To: 40813@debbugs.gnu.org
Subject: bug#40813: [PATCH] Convert some files from outline-mode to org-mode
Date: Fri, 24 Apr 2020 11:42:05 +0200	[thread overview]
Message-ID: <CADwFkmnZheAaKc=CLhN7DCtM53=_m2Ef746u6b7mADZQZk1kYg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 402 bytes --]

Here's a small patch which changes the major mode from outline-mode to
org-mode in some files:

CONTRIBUTE
etc/CALC-NEWS
etc/DEBUG
etc/MACHINES
etc/PROBLEMS
etc/TODO

I believe org-mode is vastly more well-known and arguably also more
intuitive to users.  IME and IMO, just the simple fact that you can
cycle headlines with TAB in org-mode makes things a whole lot easier.

Best regards,
Stefan Kangas

[-- Attachment #2: 0001-Convert-some-files-from-outline-mode-to-org-mode.patch --]
[-- Type: text/x-patch, Size: 3088 bytes --]

From 35374226da89f3e2f3ecd088873bd6ba253806f3 Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefankangas@gmail.com>
Date: Fri, 24 Apr 2020 11:37:02 +0200
Subject: [PATCH] Convert some files from outline-mode to org-mode

* CONTRIBUTE:
* etc/CALC-NEWS:
* etc/DEBUG:
* etc/MACHINES:
* etc/PROBLEMS:
* etc/TODO: Use org-mode instead of outline-mode.
---
 CONTRIBUTE    | 3 ++-
 etc/CALC-NEWS | 3 ++-
 etc/DEBUG     | 3 ++-
 etc/MACHINES  | 3 ++-
 etc/PROBLEMS  | 3 ++-
 etc/TODO      | 3 ++-
 6 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/CONTRIBUTE b/CONTRIBUTE
index d9502dcac3..728d02d6d1 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -409,8 +409,9 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 \f
+#+STARTUP: showall
 Local variables:
-mode: outline
+mode: org
 paragraph-separate: "[ 	\f]*$"
 coding: utf-8
 end:
diff --git a/etc/CALC-NEWS b/etc/CALC-NEWS
index a0b9cdf696..5abc75e017 100644
--- a/etc/CALC-NEWS
+++ b/etc/CALC-NEWS
@@ -1161,6 +1161,7 @@ You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 \f
+#+STARTUP: showall
 Local variables:
-mode: outline
+mode: org
 end:
diff --git a/etc/DEBUG b/etc/DEBUG
index 7fb7e44758..5d52436553 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -1031,7 +1031,8 @@ You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 \f
+#+STARTUP: showall
 Local variables:
-mode: outline
+mode: org
 paragraph-separate: "[ 	\f]*$"
 end:
diff --git a/etc/MACHINES b/etc/MACHINES
index 1bb244b49b..59ac9234f5 100644
--- a/etc/MACHINES
+++ b/etc/MACHINES
@@ -109,8 +109,9 @@ If for some reason you encounter an ancient machine where current
 Emacs does not compile, try an older release like Emacs 22.3.
 
 \f
+#+STARTUP: showall
 Local variables:
-mode: outline
+mode: org
 fill-prefix: "  "
 End:
 
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 4ce738d9a5..4f90ccc7a5 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -3417,7 +3417,8 @@ You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 \f
+#+STARTUP: showall
 Local variables:
-mode: outline
+mode: org
 paragraph-separate: "[  \f]*$"
 end:
diff --git a/etc/TODO b/etc/TODO
index 20262a77e9..035518e7a2 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -1,4 +1,4 @@
-Emacs TODO List                                                   -*-outline-*-
+Emacs TODO List                                                   -*-org-*-
 
 Copyright (C) 2001-2020 Free Software Foundation, Inc.
 See the end of the file for license conditions.
@@ -1617,6 +1617,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
+#+STARTUP: showall
 ;; Local Variables:
 ;; coding: utf-8
 ;; End:
-- 
2.26.1


             reply	other threads:[~2020-04-24  9:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-24  9:42 Stefan Kangas [this message]
2020-04-24 10:31 ` bug#40813: [PATCH] Convert some files from outline-mode to org-mode Eli Zaretskii
2020-04-24 10:39   ` Stefan Kangas
2020-04-24 11:20     ` Eli Zaretskii
2020-04-24 12:11       ` Stefan Kangas
2020-04-24 12:27         ` Robert Pluim
2020-04-24 12:29         ` Eli Zaretskii
2020-04-24 18:16         ` Kévin Le Gouguec
2020-05-07 19:16         ` Stefan Kangas
2020-04-24 13:59     ` Noam Postavsky
2020-04-25  3:34   ` Richard Stallman
2020-04-25  6:40     ` Eli Zaretskii
2020-04-26  3:24       ` Richard Stallman
2020-04-29 14:49         ` Robert Pluim
     [not found] ` <mailman.1087.1587724805.3066.bug-gnu-emacs@gnu.org>
2020-04-24 11:32   ` Alan Mackenzie
2020-04-24 12:19     ` Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADwFkmnZheAaKc=CLhN7DCtM53=_m2Ef746u6b7mADZQZk1kYg@mail.gmail.com' \
    --to=stefan@marxist.se \
    --cc=40813@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).