When I insert this into the item title of a template, it results on an error when using the template:
%(date->string (current-date) "~y")%
The problem seems to be that the double quote characters surrounding ~y get escaped with \ when the template is saved. Am I doing something wrong?
1 Comment
M
Matthew Kennard
said
almost 5 years ago
Thanks for reporting this. I've fixed this in the latest code and you'll see this resolved in the next release.
Skip Collins