Dear List,

In the following example, the section title appears at the very end of the first page.

    \showframe
   
    \starttext
    \dorecurse{94}{a b c }\\
    \dorecurse{94}{a b c }\\
    \dorecurse{94}{a b c }\\
    \dorecurse{94}{a b c }\\
    \dorecurse{94}{a b c }\\
    \dorecurse{30}{a b c }
   
    \section{title}
    \startxtable
    \startxrow
    \startxcell[ny=10]a\stopxcell\startxcell 1\stopxcell
    \stopxrow
    \dorecurse{9}{\startxrow\startxcell 2\stopxcell\stopxrow}
    \stopxtable
    \stoptext

Does anyone know where to adjust the penalty in this case, so that the section title can be repositioned to the next page?

Thanks!

Best,
Sylvain