Hello, Will it break org-mode when changing the order in which templates are filled in org-capture-fill-template? I want to create custom escapes in as part of the template:
------------------------------ %(progn (plist-put org-store-link-plist :foo (read-from-minibuffer "foo: ")) "") ** %? doing %:foo %(plist-get org-store-link-plist :foo) ** following up on %:foo ------------------------------- Currently %:foo doesn't work, because fill-template replaces properties before it evaluates expressions. Btw. it would be great to support this through a special syntax like #^{prompt|variable} which then enables :variable Sebastian