1
0
Fork 0

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.
Esse commit está contido em:
Daniel - 2021-03-16 18:43:50 +01:00
commit 42d25198d9
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 1C7071A75BB72D64
1 arquivos alterados com 1 adições e 0 exclusões

Ver arquivo

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