[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Force creation of org id in template
From: |
Michael Heerdegen |
Subject: |
Re: Force creation of org id in template |
Date: |
Mon, 26 Oct 2020 22:33:36 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
gusbrs.2016@gmail.com writes:
> Untested, but how about adding something like the following to your
> template?
>
> :PROPERTIES:
> :ID: %(org-id-new)
> :END:
I'm not sure. I see that creating an id involves slightly more than
adding the property - see the `org-id-add-location' call in
`org-id-get'. Calling the higher level `org-id-get' or the like in a
%() spec in a template fails however, since when it's called a temp
buffer not associated with a file is current.
And then I'm also not sure if the above is always secure when something
else in the template spec wants to add a (different) property. Do you
know?
Thanks,
Michael.