Hi allso i currently have this in my capture templates:PROPERTIES::Time: %^{minutes|-|10|15|30|60}:Rating: %^{rating?|-|1|2|3|4|5}:END:i was wondering if instead of manually putting the values in each line i can perhaps supply a list like this(defun returns-a-list-of-strings2()(list "1" "2" "3" "4" "5" ))is that somehow possible where i could have something like this:Rating: %^{rating?|(returns-a-list-of-strings2)} is that possible at all?bestZ