Hi all, We have the small self-contained example below, in which text flows around a graphic. The graphic is aligned with the upper-left corner of the text paragraph (despite \setuphanging[location=right]). We would very much like to have the graphic align with the lower right corner of the paragraph. Is there any way to do that? \definecolumnset[TwoColumns][n=2] \setupexternalfigures[location={local,default}] \setuphanging[location=right] \starttext \startcolumnset[TwoColumns] \dorecurse{3}{ \starthangaround{\externalfigure[cow][width=2cm]} I want this cow to be in the lower right corner of the paragraph. \input knuth \stophangaround } \stopcolumnset \stoptext Versions: We're using mkii. But we get the same results for mkii and mkiv on the example above. Thanks, Lars