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