Hi Hans I managed to narrow down my example to just one bibliography, no index, no register, nothing fancy. If I run this example with a pre-Feb.2012 version (say 2012.01.16), then the bookmarks FIVE, SIX and SEVEN do not work. If you run this minimal example with all your tracing magic, can't you find where the bug hides (that was part of MkIV at least since May 2011 and vanished no more than with your experimental February 2012 versions)? Steffen ------- \setuppublications[state=start,refcommand=author] \setupcite [author] [pubsep={}, lastpubsep={}, inbetween={}, left={}, right={}, andtext={|::|}, otherstext={ \tf et al.}] \newbibfield[shorttitle] \newbibfield[shortauthor] \unexpanded\def\mycite {\dodoubleempty\domycite} \def\domycite[#1][#2]#3% {\bgroup \nocite[#3]% \getcitedata[shortauthor][#3] to \myshortauthor% \getcitedata[shorttitle][#3] to \myshorttitle% \getcitedata[title][#3] to \mytitle% \getcitedata[journal][#3] to \myjournal% \doifsomethingelse{#2} {{\em #1} in: \doifsomethingelse{\myshortauthor}{\myshortauthor}{\cite[#3]}, \doifsomethingelse{\myshorttitle}{\myshorttitle}{\mytitle}\doifsomethingelse{#1}{, #2}{}} {{\em\doifsomethingelse{\myshortauthor}{\myshortauthor}{\cite[#3]}}, \doifsomethingelse{\myjournal}{{\doifsomethingelse{\myshorttitle}{\myshorttitle}{\doifsomethingelse{\myjournal}{\myjournal\doifsomethingelse{\myvolume}{\ \myvolume\ [\mypubyear]}{\ \mypubyear}}{\mytitle}}}}{\doifsomethingelse{\myshorttitle}{\myshorttitle}{\mytitle}}\doifsomethingelse{#1}{, #1}{}}% \egroup} \setuppublicationlist[samplesize={DDBD08},totalnumber=2] \startpublication[k=Duetz2008,t=book, a={{Dütz}},y=2009, n=53,s=Düt09] \title{Arbeitsrecht} \stoppublication % -------------------------------------------------------- \starttext \setupinteraction [state=start,style=,color=black] \placebookmarks [chapter,section,subsection,subsubsection] [chapter,section,subsection,subsubsection][force=yes] \chapter{ONE} \section{TWO} \input tufte \footnote{\input ward} \subsection{THREE} \subsubsection{FOUR} Text.\footnote{% Siehe \cite{Duetz2008}; \mycite[Rn. 556 ff.]{Duetz2008}; \mycite[Rn. 556 ff.]{Duetz2008}; } \dorecurse{5}{\input tufte \footnote{\input ward}} \subsubsection{FIVE} {\input tufte \footnote{\input ward}} \subsection{SIX} \subsubsection{SEVEN} {\input tufte \footnote{\input ward}} \stoptext