Hello, When some footnotes are put in description terms, their number appears in the terms but their text don't appear at the bottom of the page. Is it a known limitation? Here is an example: \definedescription[descr][ headstyle=bold,style=normal,align=left,location=hanging, width=broad,margin=1cm] \setupwhitespace[medium] \starttext Here is a footnote\footnote{In a simple paragraph}. \startdescr{This\footnote{A footnote} term contains\footnote{Another one} a footnote} This is a shorter item label, and some text\footnote{What about this?} that talks about it. The text is wrapped into a paragraph, with successive lines indented. \stopdescr \startdescr{This\footnote{More footnotes} term contains\footnote{Another again} a footnote} This is a shorter item label, and some text that talks about it. The text is wrapped into a paragraph, with successive lines indented. \stopdescr Here is a footnote\footnote{After the descriptions}. \stoptext Regards, BG