Re: [O] Possible bug: Headings greater than level 2 stars not showing -- unable to navigate with normal commands

2017-11-27 Thread Nicolas Goaziou
Hello,

swfl...@flintfam.org (Samuel W. Flint) writes:

> Hey -- I'm at Org mode version 9.1.3 (release_9.1.3-185-g579fa1 @
> /home/swflint/.emacs.d/org-mode/lisp/), and GNU Emacs 25.2.1
> (x86_64-unknown-linux-gnu, GTK+ Version 3.22.18) of 2017-08-29, and on
> my files with level 3 headings and greater, the stars aren't showing,
> and I'm unable to use the normal commands to navigate by structure.

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou



Re: [O] Possible bug: Headings greater than level 2 stars not showing -- unable to navigate with normal commands

2017-11-26 Thread numbch...@gmail.com
Yes, I have same issue too.
- [ ] org-indent-mode display the 3rd level asterisk as bold
- [ ] I can't =[C-c C-f]=
And confirmed it is caused by commit ed06b159c | * Small fix to emphasis
fontification.

[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter:  @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/

On Mon, Nov 27, 2017 at 12:11 PM, Kyle Meyer  wrote:

> "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
>
>


Re: [O] Possible bug: Headings greater than level 2 stars not showing -- unable to navigate with normal commands

2017-11-26 Thread Kyle Meyer
"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



Re: [O] Possible bug: Headings greater than level 2 stars not showing -- unable to navigate with normal commands

2017-11-26 Thread Samuel W. Flint
> 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.

Sam

KM> -- Kyle

SF> Thanks,

SF> Sam

SF> -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19
SF> 68E5 318E 2665 96F4) λs.(s s) λs.(s s)


-- 
Samuel W. Flint
4096R/266596F4
  (9477 D23E 389E 40C5 2F10  DE19 68E5 318E 2665 96F4)
λs.(s s) λs.(s s)



Re: [O] Possible bug: Headings greater than level 2 stars not showing -- unable to navigate with normal commands

2017-11-26 Thread Samuel W. Flint
> 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.

Well, hopefully it doesn't come to that (too damn large a config).

KM> -- Kyle

Thanks,

Sam

-- 
Samuel W. Flint
4096R/266596F4
  (9477 D23E 389E 40C5 2F10  DE19 68E5 318E 2665 96F4)
λs.(s s) λs.(s s)



Re: [O] Possible bug: Headings greater than level 2 stars not showing -- unable to navigate with normal commands

2017-11-26 Thread Kyle Meyer
"Samuel W. Flint"  writes:

> Any idea what might be causing this?  I checked org-bullets-mode, but
> that doesn't seem to be it.

No, sorry.  Hopefully others might have a hunch.  I'd suggest that you
first verify that you don't see the issue when you use Org without your
configuration.  Assuming the problem depends on your config, you could
then do a bisect-like debugging of your config to try to pinpoint the
problematic part.

-- 
Kyle



Re: [O] Possible bug: Headings greater than level 2 stars not showing -- unable to navigate with normal commands

2017-11-26 Thread Samuel W. Flint
> Kyle Meyer writes:

First, sorry about accidentally sending nearly the same email twice.

KM> "Samuel W. Flint"  writes:
>> Hey -- I'm at Org mode version 9.1.3 (release_9.1.3-185-g579fa1 @
>> /home/swflint/.emacs.d/org-mode/lisp/), and GNU Emacs 25.2.1
>> (x86_64-unknown-linux-gnu, GTK+ Version 3.22.18) of 2017-08-29,
>> and on my files with level 3 headings and greater, the stars
>> aren't showing, and I'm unable to use the normal commands to
>> navigate by structure.

KM> FWIW I'm unable to reproduce this running 'emacs -Q' (version
KM> 25.3) and loading Org at the commit you reference (579fa12f5).

Any idea what might be causing this?  I checked org-bullets-mode, but
that doesn't seem to be it.

KM> -- Kyle

Thanks,

Sam

-- 
Samuel W. Flint
4096R/266596F4
  (9477 D23E 389E 40C5 2F10  DE19 68E5 318E 2665 96F4)
λs.(s s) λs.(s s)



Re: [O] Possible bug: Headings greater than level 2 stars not showing -- unable to navigate with normal commands

2017-11-26 Thread Kyle Meyer
"Samuel W. Flint"  writes:

> Hey -- I'm at Org mode version 9.1.3 (release_9.1.3-185-g579fa1 @
> /home/swflint/.emacs.d/org-mode/lisp/), and GNU Emacs 25.2.1
> (x86_64-unknown-linux-gnu, GTK+ Version 3.22.18) of 2017-08-29, and on
> my files with level 3 headings and greater, the stars aren't showing,
> and I'm unable to use the normal commands to navigate by structure.

FWIW I'm unable to reproduce this running 'emacs -Q' (version 25.3) and
loading Org at the commit you reference (579fa12f5).

-- 
Kyle



[O] Possible bug: Headings greater than level 2 stars not showing -- unable to navigate with normal commands

2017-11-26 Thread Samuel W. Flint
Hey -- I'm at Org mode version 9.1.3 (release_9.1.3-185-g579fa1 @
/home/swflint/.emacs.d/org-mode/lisp/), and GNU Emacs 25.2.1
(x86_64-unknown-linux-gnu, GTK+ Version 3.22.18) of 2017-08-29, and on
my files with level 3 headings and greater, the stars aren't showing,
and I'm unable to use the normal commands to navigate by structure.

Thanks,

Sam

-- 
Samuel W. Flint
4096R/266596F4
  (9477 D23E 389E 40C5 2F10  DE19 68E5 318E 2665 96F4)
λs.(s s) λs.(s s)