From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: [RFC] Remove Org Struct mode Date: Mon, 21 Aug 2017 13:59:06 +0200 Message-ID: References: <87mv6ul4u6.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djlML-0008JK-JS for emacs-orgmode@gnu.org; Mon, 21 Aug 2017 07:59:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djlMK-0007nB-Uv for emacs-orgmode@gnu.org; Mon, 21 Aug 2017 07:59:09 -0400 Received: from mail-qt0-x233.google.com ([2607:f8b0:400d:c0d::233]:37710) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1djlMK-0007mA-RH for emacs-orgmode@gnu.org; Mon, 21 Aug 2017 07:59:08 -0400 Received: by mail-qt0-x233.google.com with SMTP id 16so81216784qtz.4 for ; Mon, 21 Aug 2017 04:59:07 -0700 (PDT) In-Reply-To: <87mv6ul4u6.fsf@nicolasgoaziou.fr> 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 Cc: Org Mode List Hi all If I understand correctly orgstruct-mode has much more convenient key bindings like TAB and its variants for cycling than outshine.el or outline-minor-mode which is a big advantage for me. When point is on a heading also the other key bindings are just the same as in Org mode. This was my reason to give up outshine.el and to stick with headings where orgstruct-mode does a good job and to not use lists. If it is an option that someone reduces orgstruct-mode to only cycle and navigate headings, without all the rest like for example heading structure editing or lists, I would continue to use it instead of outshine.el, outorg.el or even Org Babel for sometimes shared source code files. Michael