Concerning <title>

I noticed that when i import opml

IMPORT AS OPML:

   <head>
     <output>./rdy2txt.opml</output>
     <dateModified>Sat, 30 Mar 2019 06:49:21 GMT</dateModified>
     <title>//rdy2txt.c - convert a.rdy into (indented) out.txt&lt; qSClone &gt;</title>
    <input>./rdy2txt.c</input>
  </head>

if i drop it into dynalist and export it i noticed that it strips the title

EXPORT FROM DYNALIST:

   <head>
     <title></title>
     <flavor>dynalist</flavor>
     <source>https://dynalist.io</source>
   </head>

and places it as the top most header

   <body>
     <outline text="rdy2txt.c">

are there any plans to implement saving the title information for exports? (I have personal software that I use to organize my exported backups).