Hi Michael, On Mon, 26 Oct 2020 at 19:26, Michael Heerdegen <michael_heerde...@web.de> wrote:
> is it possible to tweak `org-capture-templates' entries so that the > creation of an org id for an org entry created with `org-capture' is > forced? Untested, but how about adding something like the following to your template? :PROPERTIES: :ID: %(org-id-new) :END: HTH, Gustavo.