Hi, this minimal example compiles fine in mkii: \setupcolors[state=start] \starttext \starttabulate \startcolor[red] \NC One \NC A \NC \NR \NC Two \NC B \NC \NR \stopcolor \NC Three \NC C \NC \NR \stoptabulate \stoptext With mkiv, I get this error: ! Missing \endgroup inserted. <inserted text> \endgroup <to be read again> \endtemplate <template> \endtemplate \tabulatenormalcolumn #1->& \iftabulateequal \tabulateequalpos \else \tabulat... \tabulatecontent ->\par \startcolor [red] \NC One \NC A \NC \NR \NC Two \NC ... \fulltabulatecontent ...dcontent \tabulatecontent \tabulatetailcontent \remo... ... l.13 \stoptabulate Bug, or anything wrong with the code? Thomas