Re: org-capture-template with changing heading (including a TIMESTAMP)

2021-10-04 Thread Uwe Brauer
> Uwe Brauer writes: > Because you did not supply a function. The docstring says: > (file+function "path/to/file" function-finding-location) Oops I read (file+function "path/to/file" function-finding-location) A function to find the right location in the file

Re: org-capture-template with changing heading (including a TIMESTAMP)

2021-10-03 Thread Ihor Radchenko
Uwe Brauer writes: > I tried > > ("mg" "Ejercicios Annu21: hechos, solicitados y asignados" > table-line (file+function > "~/ALLES/HGs/tex/vorlesungen/HGAnnu/Ejercios-Alumnos-Grupos/2021/Ejercios-Teoria21.org" > "Ejercicios Annu21: hechos, solicitados y asignados" (clock)) >

Re: org-capture-template with changing heading (including a TIMESTAMP)

2021-10-03 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> ("mg" "Exercicios Annu21: asignados" >> table-line (file+headline "~/somefile.org" "Exercicios Annu21: asignados") >> >> However in that file I also want a header of the form >> >> * Exercicios Annu21: asignados <2021-03-19 vie 09:48>

Re: org-capture-template with changing heading (including a TIMESTAMP)

2021-10-02 Thread Ihor Radchenko
Uwe Brauer writes: > ("mg" "Exercicios Annu21: asignados" > table-line (file+headline "~/somefile.org" "Exercicios Annu21: asignados") > > However in that file I also want a header of the form > > * Exercicios Annu21: asignados <2021-03-19 vie 09:48> > > That is a changing timestamp in the headi

org-capture-template with changing heading (including a TIMESTAMP)

2021-03-19 Thread Uwe Brauer
Hi For an org-capture-template I have a setting of the form ("mg" "Exercicios Annu21: asignados" table-line (file+headline "~/somefile.org" "Exercicios Annu21: asignados") However in that file I also want a header of the form * Exercicios Annu21: asignados <2021-03-19 vie 09:48> That is a c