From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: Using orgstruct-mode (or just org-cycle) in emacs-lisp-mode Date: Sun, 08 Nov 2015 17:34:00 +0000 Message-ID: <87vb9cs8dz.fsf@gmail.com> References: <87oaf4wn30.fsf@bernoul.li> <87vb9c7bui.fsf@nicolasgoaziou.fr> <87a8qofq62.fsf@bernoul.li> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvTqw-0002i2-R9 for emacs-orgmode@gnu.org; Sun, 08 Nov 2015 12:34:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZvTqt-00060Z-Kl for emacs-orgmode@gnu.org; Sun, 08 Nov 2015 12:34:06 -0500 Received: from mail-wm0-x22b.google.com ([2a00:1450:400c:c09::22b]:34609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvTqt-00060T-DZ for emacs-orgmode@gnu.org; Sun, 08 Nov 2015 12:34:03 -0500 Received: by wmnn186 with SMTP id n186so80625554wmn.1 for ; Sun, 08 Nov 2015 09:34:03 -0800 (PST) In-Reply-To: <87a8qofq62.fsf@bernoul.li> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jonas Bernoulli , Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hi Jonas, 2015ko azaroak 8an, Jonas Bernoulli-ek idatzi zuen: >=20 > `outline-minor-mode' combined with `org-cycle' gives me the feature I > *really* want/need. Thorsten Jolitz wrote the outshine library to provide something like this. Sadly it=E2=80=99s not actively maintained ATM, but I believe it sti= ll works fine, and it may be an alternative route towards the features you are looking for. The package is on github: . It=E2=80=99s= also available through melpa. --=20 Aaron Ecay