From 35374226da89f3e2f3ecd088873bd6ba253806f3 Mon Sep 17 00:00:00 2001 From: Stefan Kangas 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 . +#+STARTUP: showall Local variables: -mode: outline +mode: org paragraph-separate: "[ ]*$" 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 . +#+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 . +#+STARTUP: showall Local variables: -mode: outline +mode: org paragraph-separate: "[ ]*$" 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. +#+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 . +#+STARTUP: showall Local variables: -mode: outline +mode: org paragraph-separate: "[ ]*$" 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 . +#+STARTUP: showall ;; Local Variables: ;; coding: utf-8 ;; End: -- 2.26.1