I'm playing with this workflow for a resonance calendar. He has implemented it using org-roam, so I'm trying to adapt the template he is using for capture to org-node. The template looks (in part) like:
#+CREATED: %u
#+MODIFIED:
* ${title}
:PROPERTIES:
Now obviously $(title) does nothing for us in org-node, but I'm wondering if there is an equivalent way of extracting the title that I've already given to org-node-capture-target so I can put that in the template without having to retype it.
This is not a big deal, but a "would be nice".
Thanks!
I'm playing with this workflow for a resonance calendar. He has implemented it using org-roam, so I'm trying to adapt the template he is using for capture to org-node. The template looks (in part) like:
Now obviously
$(title)does nothing for us in org-node, but I'm wondering if there is an equivalent way of extracting the title that I've already given toorg-node-capture-targetso I can put that in the template without having to retype it.This is not a big deal, but a "would be nice".
Thanks!