TODO template current date moved into todo line

This commit is contained in:
Lüdecke Sascha
2026-08-07 09:13:41 +02:00
parent 83b45009e3
commit 955ceb2f61
2 changed files with 2 additions and 2 deletions

View File

@@ -209,7 +209,7 @@ require("lazy").setup({
org_default_notes_file = sl_opt.org_default_notes_file,
org_archive_location = sl_opt.org_archive_location,
org_capture_templates = {
t = { description = 'Task', template = "* TODO %?\n %u" },
t = { description = 'Task', template = "* TODO %u %?" },
i = { description = 'Interruption', template = "* STARTED [#A] %^{Working on}\n %U\n %a\n" },
},
org_todo_keywords = { 'TODO(t)', 'STARTED(s)', 'PLANNED(p)', '|', 'DONE(d)', 'UNPLANNED(u)' },