emacs-orgmode
[Top][All Lists]
Advanced

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

Re: problems with templates and ID in properties


From: Ihor Radchenko
Subject: Re: problems with templates and ID in properties
Date: Sun, 04 Feb 2024 18:36:26 +0000

Uwe Brauer <oub@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)
>          :Grp:     %^{Gr1|Gr2|Gr3|Gr4|Gr6|Gr7|Gr8|Gr9|Gr10|Gr11|Gr12|Gr13}
>          :Usuario1: %:fromname
>          :Email1: %:fromaddress
>          :Usuario2: %(my-extract-cc)
>          :Email2:  %(my-extract-cc)
>          :Usuario3: %(my-extract-cc)
>          :Email3:  %(my-extract-cc)
>          :Usuario4: %(my-extract-cc)
>          :Email4: %(my-extract-cc)
>          :Status:   [ ]
>          :Hoja:     
>          :Ej:       
>          :END:")))
> ...
> Works concerning the ** entry but inserts the unwanted END after 
> org-id-new.

Try to remove
:ID: %(org-id-new)
temporarily and do M-x debug-on-entry ...

That should reveal where else org-id-new is called.

-- 
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>



reply via email to

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