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.
This commit is contained in:
Daniel - 2021-03-16 18:43:50 +01:00
rodič 8fc035cb01
revize 42d25198d9
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 1C7071A75BB72D64
1 změnil soubory, kde provedl 1 přidání a 0 odebrání

Zobrazit soubor

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