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.
Cette révision appartient à :
Daniel - 2021-03-16 18:43:50 +01:00
Parent 8fc035cb01
révision 42d25198d9
Signature inconnue de Gitea
ID de la clé GPG: 1C7071A75BB72D64
1 fichiers modifiés avec 1 ajouts et 0 suppressions

Voir le fichier

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