Uwe Brauer <o...@mat.ucm.es> writes: >>>> "IR" == Ihor Radchenko <yanta...@posteo.net> writes: > >> Uwe Brauer <o...@mat.ucm.es> writes: >>> ("my" "Annu Grupos Ejercicios" entry (file+olp >>> "~/ALLES/HGs/tex/vorlesungen/HGAnnu/Hojas-Teoria/Soluciones-2024/grupos2024.org" >>> "Grupos") >>> "** TODO %^{Grupo} %T %^g %(org-contacts-template-name) >>> :ID: %(org-id-new) >>> :Link: %a >>> :Email: %(org-contacts-template-email) >>> ... >>> Works concerning the ** entry but inserts the unwanted END after >>> org-id-new. > > I obtain. > > gnorb-registry-capture() is this the culprit? > > > Debugger entered--entering a function: > * org-id-new(nil) > org-id-get(12826 create) > org-id-get-create()
It is actually not the culprit. The problem is much simpler. You forgot :PROPERTIES: line in your capture template. So, what Org sees is * Heading :ID: ... :END: And it is not considered a property drawer :) -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>