From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Possible bug: Headings greater than level 2 stars not showing -- unable to navigate with normal commands Date: Sun, 26 Nov 2017 23:11:35 -0500 Message-ID: <873750l5s8.fsf@kyleam.com> References: <87a7z8d5zv.fsf@curry.flintfam.org> <87bmjolik1.fsf@kyleam.com> <87y3msbnjr.fsf@curry.flintfam.org> <878tesld9e.fsf@kyleam.com> <87o9nobhsv.fsf@curry.flintfam.org> <87po8431ol.fsf@curry.flintfam.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJAlh-0007Hv-O3 for emacs-orgmode@gnu.org; Sun, 26 Nov 2017 23:11:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJAle-0001qz-HD for emacs-orgmode@gnu.org; Sun, 26 Nov 2017 23:11:41 -0500 Received: from pb-smtp2.pobox.com ([64.147.108.71]:55803 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eJAle-0001q9-CT for emacs-orgmode@gnu.org; Sun, 26 Nov 2017 23:11:38 -0500 In-Reply-To: <87po8431ol.fsf@curry.flintfam.org> 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: "Samuel W. Flint" , Org-Mode Cc: Kaushal Modi "Samuel W. Flint" writes: >>>>>> Samuel W Flint writes: > >>>>>> Kyle Meyer writes: > KM> "Samuel W. Flint" writes: > >>> Any idea what might be causing this? I checked > >>> org-bullets-mode, but that doesn't seem to be it. > > KM> No, sorry. Hopefully others might have a hunch. I'd suggest > KM> that you first verify that you don't see the issue when you use > KM> Org without your configuration. Assuming the problem depends on > KM> your config, you could then do a bisect-like debugging of your > KM> config to try to pinpoint the problematic part. > > SF> Well, hopefully it doesn't come to that (too damn large a > SF> config). > > And it didn't quite! Turns out that setting org-hide-emphasis-markers > to a non-nil value was the problem. Nice, glad you found it. I can reproduce the issue with 'emacs -Q' when I set org-hide-emphasis-markers to a non-nil value. Bisecting the repo, I think ed06b159c (Small fix to emphasis fontification, 2017-11-18) is to blame. That patch resulted from the discussion at . -- Kyle