From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Using orgstruct-mode (or just org-cycle) in emacs-lisp-mode Date: Sun, 08 Nov 2015 16:24:53 +0100 Message-ID: <87vb9c7bui.fsf@nicolasgoaziou.fr> References: <87oaf4wn30.fsf@bernoul.li> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvRoE-0005GL-QG for emacs-orgmode@gnu.org; Sun, 08 Nov 2015 10:23:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZvRoD-00015N-Mr for emacs-orgmode@gnu.org; Sun, 08 Nov 2015 10:23:10 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:58054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvRoD-00014T-G6 for emacs-orgmode@gnu.org; Sun, 08 Nov 2015 10:23:09 -0500 In-Reply-To: <87oaf4wn30.fsf@bernoul.li> (Jonas Bernoulli's message of "Sun, 08 Nov 2015 16:02:59 +0100") 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 Cc: emacs-orgmode@gnu.org Hello, Jonas Bernoulli writes: > I would like to use `orgstruct-mode' in `emacs-lisp-mode' but I cannot > get it to work at all. So for now I would be happy if I could just use > `org-cycle' as I used to. Thank you for the report. `orgstruct-mode' really needs some love. Being to much linked with Org's innards, it prevents us from using faster algorithms in pure Org buffers. Anyway, I pushed a fix for the issue. Regards, -- Nicolas Goaziou