I have a org-capture template like this:
```
(setq org-capture-templates
        (append '(("w" "org-drill [w]ords"
                   entry (file my-org-drill-words-file)
                   "* %i :drill:
:PROPERTIES:
:DRILL_CARD_TYPE: %^{Drill Difficulty|simple|twosided|multisided|hide1cloze}
:END:

%?

%c
"
                   :empty-lines 1
                   ))
                org-capture-templates))
```
I want to apply a function on `%i` to make it lowercase.
Like `(lowercase %i)` ?

[stardiviner]           <Hack this world!>      GPG key ID: 47C32433
IRC(freeenode): stardiviner                     Twitter:  @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/