emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Force creation of org id in template


From: gusbrs . 2016
Subject: Re: Force creation of org id in template
Date: Mon, 26 Oct 2020 16:24:11 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hi Michael,

On Mon, 26 Oct 2020 at 19:26, Michael Heerdegen <michael_heerdegen@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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]