From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonas Bernoulli Subject: Re: Using orgstruct-mode (or just org-cycle) in emacs-lisp-mode Date: Tue, 10 Nov 2015 00:40:09 +0100 Message-ID: <87k2pqvj1i.fsf@bernoul.li> References: <87oaf4wn30.fsf@bernoul.li> <87vb9c7bui.fsf@nicolasgoaziou.fr> <87a8qofq62.fsf@bernoul.li> <87vb9cs8dz.fsf@gmail.com> 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]:57416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zvw2x-00062E-0z for emacs-orgmode@gnu.org; Mon, 09 Nov 2015 18:40:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zvw2t-0002ex-P7 for emacs-orgmode@gnu.org; Mon, 09 Nov 2015 18:40:22 -0500 Received: from mail.hostpark.net ([212.243.197.30]:35540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zvw2t-0002ek-IB for emacs-orgmode@gnu.org; Mon, 09 Nov 2015 18:40:19 -0500 In-reply-to: <87vb9cs8dz.fsf@gmail.com> 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: Aaron Ecay Cc: emacs-orgmode@gnu.org, Nicolas Goaziou Aaron Ecay writes: > Thorsten Jolitz wrote the outshine library I know. I used it for a while and contributed a few commits. But I pretty much only used the cycling functionality at the time and when I discovered that `org-cycle' worked for that too, I stopped using outshine. It also felt a bit like re-inventing the wheel. > Sadly it=E2=80=99s not actively maintained ATM, but I believe it still = works > fine, That's a bit of an understatement; if I remember correctly Thorsten stopped using Emacs. > and it may be an alternative route towards the features you are > looking for. Well currently I am just using `org-cycle' + `outline-minor-mode', which works well enough for now. But eventually I would like to also start using Org's navigational commands. Unfortunately `orgstruct-mode' only supports org-like headings (;; * heading\n;; ** subheadng) and not standard Emacs headings (;;; heading\n;;;; subheading). I hope someone teaches `orgstruct-mode' to support the latter too. Otherwise I will probably give `outshine' another chance. But thanks for the tip :-) Jonas