I've answered this in a reply to the support ticket.
If anyone else is interested in how this can be done see https://paste.lol/mken/init.org for a minimal init.org. The key is to use the function string-append - e.g. (string-append "a" "b" "c") => "abc"
bkstrm