From 42d25198d9c4b72e65e521e9b36bf2339d930c80 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Tue, 16 Mar 2021 18:43:50 +0100 Subject: [PATCH] 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. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index e78ac5a..1c4ef26 100644 --- a/init.el +++ b/init.el @@ -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"