Hello,There is a numberconversion problem in caption prefixes. For instance, if chapter numbers are set to Romannumerals, the conversion of the caption prefixes depends on the presence of a sectionMinimal example:\setuphead[chapter][conversion=Romannumerals]\setupcaption[way=bychapter, prefixsegments=chapter]\starttext\chapter{Cool}\placefigure{A cow}{\externalfigure[cow]}\chapter{Cat}\section{Mouse}\section{Dog}\placefigure{A cow}{\externalfigure[cow]}\stoptextThe previous code displays an inconsistent caption prefix (first time a Romannumeral, second time a number):I Cool[figure] Figure I.1 A cowII Cat2.1 Mouse2.2 Dog[figure] Figure 2.1 A cow