From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: [RFC] Remove Org Struct mode Date: Sun, 20 Aug 2017 13:04:05 -0400 Message-ID: <67d5dcf3-5b6d-5543-d0f4-6abc17ecdac6@gmail.com> References: <87mv6ul4u6.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djTdy-00016D-He for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 13:04:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djTdx-0008T6-RZ for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 13:04:10 -0400 Received: from mail-it0-x232.google.com ([2607:f8b0:4001:c0b::232]:33890) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1djTdx-0008Sf-NA for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 13:04:09 -0400 Received: by mail-it0-x232.google.com with SMTP id x187so1719328ite.1 for ; Sun, 20 Aug 2017 10:04:08 -0700 (PDT) In-Reply-To: <87mv6ul4u6.fsf@nicolasgoaziou.fr> Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nicolas Goaziou , Org Mode List On 08/20/2017 09:57 AM, Nicolas Goaziou wrote: > > I would like to remove Org Struct minor mode from Org code base. Here is > the rationale: > I use OrgStruct in my configuration files, but it is so limited that I've been slowly moving my configuration to Org files. It is frustrating that simple things like C-c C-u don't work in OrgStruct. Removing OrgStruct from the Org code base would be incentive for me to finish rewriting my configuration files. However, I have to wonder what harm is caused by leaving OrgStruct in the code base. Scott Randby