Steffen Wolfrum wrote:
>
> But I was sure there was also a fast, direct way.
> Well, obviously there isn't (anymore?) ...
Here's a trick. It is ugly, but works reasonably well.
\starttext
\def\CR{\crlf}
\completecontent
\def\CR{ }
\chapter{First line\CR second line}
\stoptext
\starttext
\start
\setupselector[title][n=1]
\completecontent
\stop
\chapter{\select{title}{First line\crlf second line}{First line second line}}
\stoptext
Wolfgang