{{KEYWORD}} is the formatting convention used by Mustache templating and GNU Recutils recfmt to recognize where to copy a value.
While developing a script in bash to create and send receipts I needed to save ODT created with LO in a plain text format for the above.
First I tried Export in XHTML. Keywords replacement as next step worked well at first but at second try not anymore. Then after Save As FODT flat XML replacement didn’t work at all.
Found out the first attempt worked because I added the curly brackets after exporting. With the Mustache formatting already in Export and Save As introduced some tags in between KEYWORD and the curly brackets. Rendering the recfmt template no longer valid.
Are double curly brackets reserved characters for some internal LO function? I found in this forum multiple references for Math.
Thanks for sharing.