Hello all, I have a problem with referencing from a line numbered text. In page-lin.mkiv I've found the \inline-command, but I can't make use of it: \starttext \startlinenumbering Hello \textreference[ref]{} World! \stoplinenumbering \inline[ref] % output: "line ??" \stoptext What I really want to achieve is something like the following: \starttext \startlinenumbering This ist a long transcription from an interview with line numbers. % #1 \startMyCite[test] This ist a long transcription from an interview with line numbers. % #2 This ist a long transcription from an interview with line numbers. % #3 \stopMyCite This ist a long transcription from an interview with line numbers. % #4 \stoplinenumbering And now \getMyCite[test] should output: \startblockquote This ist a long transcription from an interview with line numbers. % #2 This ist a long transcription from an interview with line numbers. % #3 \stopblockquote (lines 2--3) \stoptext Is something like this possible in ConTeXt and if yes how? Thanks for your help! Greetings, Andreas