Hi Hans, I noticed that with the latest mkiv (version 2013.01.22 18:33 MKIV fmt: 2013.1.22) when the sections have no numbers two « ! » are printed and this behavior is new: with previous versions when invoking for instance \in{other section}[sec:other] there used to be a link to the "other section" and no « ! ! ». I understand that there has been a change in this behavior, but is there a way to suppress the two « ! ! »? Here is a minimal example: %%%% begin bug-reference.tex \setupinteraction[state=start] \setuphead[section][number=no] \starttext \section{First Section} \input knuth.tex See the \in{other section}[sec:other] below. \page \section[sec:other]{\bf Second Section} Here is another section. \input ward.tex \setuphead[section][number=yes] \section{Third Section} \input knuth.tex See the \in{other section}[sec:other-2] below. \page \section[sec:other-2]{\bf Fourth Section} Here another section. \input ward.tex \stoptext %%%% end bug-reference.tex Best regards: OK