You can use \offset to shift the text to a different position.2. August 2016 um 23:40Joseph,
I have come up with this very plain TeXy solution.
Cheers, Henri
---
\starttext
\startsection[title=Section]
\dontleavehmode% manually start a paragraph (smash does not)
\smash{% remove height
\rlap{% remove width
\raise \baselineskip \hbox to \textwidth{% shift one line back
\rightaligned{Line}% typset right aligned
}%
}%
}%
\input knuth
\stopsection
\stoptext