[This is a second try at sending this message, after I got the not that I'm on the mailing list now.]

Hello, 

When I'm using an exdent after a section command, the first line of the exdented paragraph is indented, instead of exdented.  Here's an example:

=================================
\definestartstop
  [exdent]
  [before={\startnarrower[left]\setupindenting[-\leftskip,yes]},
   after=\stopnarrower]
\starttext
\startcolumns[n=2]
\section{Heading 1}
Some text.
\startexdent
This sentence needs to be long enough to wrap at least once.

This sentence needs to be long enough to wrap at least once.
\stopexdent
\section{Heading 2}
\startexdent
This sentence needs to be long enough to wrap at least once.

This sentence needs to be long enough to wrap at least once.
\stopexdent
\stoptext
=================================

The paragraph after "Heading 2" is indented.  If I delete the text "Some text." after "Heading 1", the exdented paragraph is is also indented instead of exdented.

What can I do to prevent this?

--