Add link to current item when capturing simple TODO tasks

Sometimes, I need those, and it's easier to delete references than to add them.
Same with dates, where this behavior is already used.
Este commit está contenido en:
Daniel - 2021-03-16 18:43:50 +01:00
padre 8fc035cb01
commit 42d25198d9
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 1C7071A75BB72D64
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

Ver fichero

@ -1112,6 +1112,7 @@
,(concat "* TODO [#B] %^{What}\n"
"SCHEDULED: %(org-insert-time-stamp (org-read-date nil t \"+0d\"))\n"
":PROPERTIES:\n:CREATED: %U\n:END:\n"
"%a\n"
"%?"))
("T" "Complex Tasks")
("TC" "Record new complex task with first item"