From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: [RFC] Remove Org Struct mode Date: Wed, 23 Aug 2017 14:24:21 +0200 Message-ID: References: <87mv6ul4u6.fsf@nicolasgoaziou.fr> <87wp5uy30w.fsf@gmx.us> <87lgmajz7v.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dkUhr-0006lE-I5 for emacs-orgmode@gnu.org; Wed, 23 Aug 2017 08:24:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dkUhq-0001q5-Hx for emacs-orgmode@gnu.org; Wed, 23 Aug 2017 08:24:23 -0400 Received: from mail-qt0-x232.google.com ([2607:f8b0:400d:c0d::232]:38432) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dkUhq-0001q1-DI for emacs-orgmode@gnu.org; Wed, 23 Aug 2017 08:24:22 -0400 Received: by mail-qt0-x232.google.com with SMTP id 57so6742568qtu.5 for ; Wed, 23 Aug 2017 05:24:22 -0700 (PDT) In-Reply-To: <87lgmajz7v.fsf@alphapapa.net> 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: Adam Porter Cc: Org Mode Hi Adam First thank you for taking over maintenance of outshine.el from Thorsten Jolitz. On Wed, Aug 23, 2017 at 1:33 PM, Adam Porter wrote: > Rasmus writes: > >> I also would like to see a minor-mode for Org-like cycling when using >> outline-minor-mode, as I use this feature in init.el. > > Outshine provides this feature. In my init file, I have headers like: > > ;;;; Org > > And when I press TAB with point on that line, it collapses everything > between it and the next header. How can I collapse block-indented comments like a or b in the following?: ;; * Org (defun foo () ;; ** a (bar) ;; ** b (beer)) ;; * Calc orgstruct-mode supports it with orgstruct-heading-prefix-regexp set to for example " *;;;* ". A bit less important for me: How can I turn off syntax highlighting of headings, respectively generally in outshine.el? Michael