With the latest beta, ConTeXt doesn't know "\setupsectionblock" any more (don't know if it actually worked before, but ConTeXt didn't complain). Previously the lists stuff (ToC) didn't work, but that seems fixed now. But indexes are still a mess: Instead of page numbers I get some strange entries like "62.13.13", where the entry is on page 12: """ Inhalt 1.3.3, 2.4.4, 3.5.5, 4.6.6, 5.8.8, 6.9.9, 61.10.10, 62.12.12, 63.14.14, 64.15.15, 65.16.16, 66.17.17, 67.18.18, 68.20.20, 69.21.21, 1.23.23 Allen die willen naar Island gaan 4.7.7 Der Störtebeker 65.16.16 There were two lofty ships 62.13.13 """ This setup worked before: \def\TitelFrame#1{% \framed[width=\textwidth, height=7.5mm, frame=off, align={right,high}, after={}, before={}]% {\index{#1}\tfa #1}} \setuphead[Titel][page=yes, number=no, deeptextcommand=\TitelFrame] I.e. \Titel{Blah} should output the title "Blah" and also write it to the index. Instead I those entries seem collected in a "Inhalt" entry - I guess that's somehow caused by my combined list "inhalt": \definecombinedlist [inhalt] [Titel, TitelKlein, TitelNoPage] [level=Titel, placehead=yes, criterium=all, alternative=b, offset=none] \setupcombinedlist [inhalt] [partnumber=no] What can I do? Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)