Hello,

In RTL text, I use direction=left to mirror the columns.  I just noticed that surprisingly section numbering will not be correct.  See the MWE below, where I get "2 First" at the top of the right column and then "1 Second" in the middle of the left column.  The correct numbering should be "1 First" and "2 Second."

\starttext
\startcolumns[n=2,direction=left]
\section{First}
\input knuth

\section{Second}
\input ward
\stopcolumns
\stoptext

Produced using context version 2016.04.27 10:18.

Thanks!
—MHB