Hi,

this is continuing of my last question.

Please, what is wrong with this?

\enableregime[utf]
\mainlanguage[en]
\setuppapersize[A5][A5]
\definefloat[figure][figures]
\setupcaption[figure][align=left]

\starttext
\input tufte
\placefigure[left]{sdf}{\externalfigure[none][width=5cm]}
\input tufte
 \stoptext

It seems align parameter is always ignored. I have the caption centered all the time (nothing helps, align right, flushleft...)

Thanks, Honza