Re: [O] Fontification of collapsed sections with code blocks

2016-11-01 Thread Maciek Starzyk
Hi Nicolas, Checked with the latest org (release_8.3.6-1267-g58dbdb), and it still shows the source block face when collapsed. Org-ellipsis face and text can be customised though. See attached screenshot. Adding an empty line after the block does fix it, so it is really just an aesthetic nitpick :

Re: [O] Fontification of collapsed sections with code blocks

2016-11-01 Thread Nicolas Goaziou
Hello, Maciek Starzyk writes: > Not sure if this is a bug or a feature: > Collapsed sections, which end with a source code block, have the same font > (from the ellipsis until the end of line) as the code block last line. The > face name is `org-block-end-line'. > This propagates also to parent

Re: [O] Fontification of collapsed sections with code blocks

2016-10-31 Thread John Kitchin
I feel like I recall some one recently saying adding an extra blank line after the src blocks or at the end of the blocks might solve it. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA

[O] Fontification of collapsed sections with code blocks

2016-10-31 Thread Maciek Starzyk
Hi list, Not sure if this is a bug or a feature: Collapsed sections, which end with a source code block, have the same font (from the ellipsis until the end of line) as the code block last line. The face name is `org-block-end-line'. This propagates also to parent sections. Is there a setting that