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
父節點 8fc035cb01
當前提交 42d25198d9
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 1C7071A75BB72D64
共有 1 個文件被更改,包括 1 次插入0 次删除

查看文件

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