> Henning Hraban Ramm > 4. Dezember 2015 um 12:57 > Hi wizards > > (I’m trying to adapt > http://wiki.contextgarden.net/Manual_Bibliography, but that doesn’t > really matter.) > > \item is documented to take a reference: \item[myref] > But this reference is always unknown if I try to access it, see example: > > > \starttext > > Siehe \in[eins] oder so. > > \startitemize > > \item[eins] Der erste Eintrag > > \item[zwei] Der zweite Eintrag > > \stopitemize > > \stoptext > > > My error or ConTeXt bug? You can use the \in command only for numbered items (e.g. \startitemize[n]). Wolfgang