From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: imenu fails with non-continuous structure [9.1.13 (release_9.1.13 @ /home/thblt/.emacs.d/lib/org/lisp/)] Date: Wed, 13 Jun 2018 01:15:40 +0200 Message-ID: <87tvq7wq8z.fsf@nicolasgoaziou.fr> References: <871sdgroew.fsf@thb.lt> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSsVv-0001ev-ND for emacs-orgmode@gnu.org; Tue, 12 Jun 2018 19:15:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSsVr-000755-Mf for emacs-orgmode@gnu.org; Tue, 12 Jun 2018 19:15:47 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:33813) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fSsVr-00074S-4h for emacs-orgmode@gnu.org; Tue, 12 Jun 2018 19:15:43 -0400 In-Reply-To: <871sdgroew.fsf@thb.lt> (Thibault Polge's message of "Sat, 09 Jun 2018 17:05:11 +0200") 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: Thibault Polge Cc: emacs-orgmode@gnu.org Hello, Thibault Polge writes: > Steps to reproduce, from emacs -q: > > 1. (setq org-imenu-depth 10) > > 2. Create the following document: > > #+begin_src org > #+TITLE: Test > > * Level 1 > ** Level 2 > *** Level 3 > **** Level 4 > ******** Level 8 > #+end_src > > Notice the break on the structure: levels 5, 6 and 7 are missing. > > 3. M-x imenu, select each Level n entry > > 4. imenu will crash after you've selected Level 4 > > I can reproduce this from emacs -q using org-mode from git master > (842002f9f7e3246cc285cc9bca1adb715120438d). I'm running 26.1 on > NixOS. Fixed. Thank you. Regards, -- Nicolas Goaziou