From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: [RFC] Remove Org Struct mode Date: Sat, 09 Sep 2017 20:20:17 +0200 Message-ID: <87h8wbivj2.fsf@gmail.com> References: <87mv6ul4u6.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqkNM-0003w4-VP for emacs-orgmode@gnu.org; Sat, 09 Sep 2017 14:21:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqkNJ-0000ss-RP for emacs-orgmode@gnu.org; Sat, 09 Sep 2017 14:21:04 -0400 Received: from [195.159.176.226] (port=33854 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dqkNJ-0000rs-Ku for emacs-orgmode@gnu.org; Sat, 09 Sep 2017 14:21:01 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dqkMt-0003xN-HA for emacs-orgmode@gnu.org; Sat, 09 Sep 2017 20:20:35 +0200 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: emacs-orgmode@gnu.org Michael Brand writes: Hello Micheal, > My requirements for orgstruct-mode or its replacement are very limited > compared to what orgstruct-mode or outshine.el do or intend to do: > 4) Key bindings exactly like Org > All items 3)..7) are supported in orgstruct-mode, in outshine.el I was > not able to make them work. I'm not sure how orgstruct-mode does it, but since outshine is a minor mode, it cannot use Key bindings exactly like Org, since many of these are used in other major modes too. It is not easy to find a prefix for a minor mode that is easy to type but won't conflict with major modes. -- cheers, Thorsten