emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] How to apply function on org-capture template substitute variable %i


From: address@hidden
Subject: [O] How to apply function on org-capture template substitute variable %i?
Date: Sun, 14 Jan 2018 11:59:07 +0800

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/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]