From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#40813: [PATCH] Convert some files from outline-mode to org-mode Date: Sat, 25 Apr 2020 09:40:53 +0300 Message-ID: <83wo6483uy.fsf@gnu.org> References: <83a731b2fr.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="67789"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 40813@debbugs.gnu.org, stefan@marxist.se To: rms@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Apr 25 08:42:10 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jSEVu-000HWU-0j for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 25 Apr 2020 08:42:10 +0200 Original-Received: from localhost ([::1]:59326 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSEVt-0008Rc-22 for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 25 Apr 2020 02:42:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57030) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSEVn-0008Qz-8D for bug-gnu-emacs@gnu.org; Sat, 25 Apr 2020 02:42:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSEVm-0000is-TK for bug-gnu-emacs@gnu.org; Sat, 25 Apr 2020 02:42:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46854) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jSEVm-0000ij-HA for bug-gnu-emacs@gnu.org; Sat, 25 Apr 2020 02:42:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jSEVm-0000jC-FE for bug-gnu-emacs@gnu.org; Sat, 25 Apr 2020 02:42:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 25 Apr 2020 06:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40813 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 40813-submit@debbugs.gnu.org id=B40813.15877968792741 (code B ref 40813); Sat, 25 Apr 2020 06:42:02 +0000 Original-Received: (at 40813) by debbugs.gnu.org; 25 Apr 2020 06:41:19 +0000 Original-Received: from localhost ([127.0.0.1]:58400 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jSEV4-0000i9-Mb for submit@debbugs.gnu.org; Sat, 25 Apr 2020 02:41:18 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:53970) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jSEV2-0000hu-Cl for 40813@debbugs.gnu.org; Sat, 25 Apr 2020 02:41:17 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49629) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSEUw-00085r-S6; Sat, 25 Apr 2020 02:41:10 -0400 Original-Received: from [176.228.60.248] (port=4041 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jSEUp-0007dy-9E; Sat, 25 Apr 2020 02:41:04 -0400 In-Reply-To: (message from Richard Stallman on Fri, 24 Apr 2020 23:34:49 -0400) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:178969 Archived-At: > From: Richard Stallman > Cc: stefan@marxist.se, 40813@debbugs.gnu.org > Date: Fri, 24 Apr 2020 23:34:49 -0400 > > Does the choice between Outline mode and Org mode involve any > incompatibility in the format the files need to have? Once people will use Org features for editing NEWS that are not supported by Outline, they will indeed create incompatibilities.