From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonas Bernoulli Subject: Re: Make org-cycle outline-mode compatible again Date: Thu, 27 Jul 2017 18:14:37 +0200 Message-ID: <87poclluvm.fsf@bernoul.li> References: <87shhk5xci.fsf@bernoul.li> <87pocomk05.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dalR0-00079b-Hj for emacs-orgmode@gnu.org; Thu, 27 Jul 2017 12:14:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dalQw-0005vQ-Dj for emacs-orgmode@gnu.org; Thu, 27 Jul 2017 12:14:46 -0400 Received: from mail.hostpark.net ([212.243.197.30]:36562) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dalQw-0005q4-7t for emacs-orgmode@gnu.org; Thu, 27 Jul 2017 12:14:42 -0400 In-reply-to: <87pocomk05.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org > I suggest to use a hook instead (maybe `org-tab-first-hook' or some > such). Alright. I have decided to go with `outline-magic.el'. After some modernization it seems to work well. I don't remember what the problem was the last time I tried. I will probably publish my updated version eventually, after I have given it some more loving. Jonas