Nick Dokos <ndo...@gmail.com> writes: > That's not going to work: unquoting[fn:1] evaluates the unquoted > element during the setting of org-capture-templates. That would have > the effect of evaluating the function call when the setq is evaluated, > whereas the intent here is to evaluate the function call *much* later, > when the capture is initiated.
Yes, I think you're right. Thanks, Nick. :)