On 08.11.2011, at 15:28, Hans Hagen wrote:

[…] I might have introduced some issues there.

Hi Hans!

\setupbackend[export=yes]
\setupcaptions[number=no]

\starttext
  \startplacefigure[title={Some Caption},location=right] % OK with "here"
    \externalfigure[dummy]
  \stopplacefigure 
\stoptext

exports to:

  <float detail="figure" location='aut:1'>
    <floatcontent>
      <image name="dummy" id='image-1' width='4.072cm' height='3.054cm'>
      </image>
    </floatcontent>
    Some Caption
  </float>

The floatcaption- and floattext-tags are missing.


Regards
Andreas