[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [RFC] Remove Org Struct mode
From: |
Michael Brand |
Subject: |
Re: [O] [RFC] Remove Org Struct mode |
Date: |
Wed, 23 Aug 2017 14:24:21 +0200 |
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 <address@hidden> wrote:
> Rasmus <address@hidden> 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
- Re: [O] [RFC] Remove Org Struct mode, (continued)
- Re: [O] [RFC] Remove Org Struct mode, Richard Lawrence, 2017/08/21
- Re: [O] [RFC] Remove Org Struct mode, Kaushal Modi, 2017/08/22
- Re: [O] [RFC] Remove Org Struct mode, Aaron Ecay, 2017/08/22
- Re: [O] [RFC] Remove Org Struct mode, Carsten Dominik, 2017/08/22
- Re: [O] [RFC] Remove Org Struct mode, Eric Abrahamsen, 2017/08/22
- Re: [O] [RFC] Remove Org Struct mode, Rasmus, 2017/08/23
- Re: [O] [RFC] Remove Org Struct mode, Adam Porter, 2017/08/23
- Re: [O] [RFC] Remove Org Struct mode,
Michael Brand <=
- Re: [O] [RFC] Remove Org Struct mode, Adam Porter, 2017/08/23
- Re: [O] [RFC] Remove Org Struct mode, Michael Brand, 2017/08/23
- Re: [O] [RFC] Remove Org Struct mode, Michael Brand, 2017/08/27
- Re: [O] [RFC] Remove Org Struct mode, Rasmus, 2017/08/23
- Re: [O] [RFC] Remove Org Struct mode, Michael Brand, 2017/08/23