When I write
** [[http://foo.com][bar]] :tag:
in the XML output is written:
<headline raw-value="[[http://foo.com][bar]]" level="2"/>
But without the link
the complete set of tags are written to the output:
<headline raw-value="Bar" level="2">
<tags>tag</tags>
<title>Bar</title>