Re: Using variables in org-capture-templates
> What is the "correct" way to do this in elisp? I believe you want to use backquote - comma https://www.gnu.org/software/emacs/manual/html_node/elisp/Backquote.html Josiah
Using variables in org-capture-templates
Hello all, I'm sure this is a basic elisp thing but I'd like some help: I wanted to abstract the "sprintf-like" formats of the template expansion into readable variables that I can reuse in my templates. However, upon substituting variable for the formats, I am getting "Invalid capture template"