<leader>i to capture interruptions with template, todos to incoming.org

This commit is contained in:
Lüdecke Sascha
2026-07-21 10:37:48 +02:00
parent b9dfccaa43
commit 885cf8a889
3 changed files with 6 additions and 1 deletions

View File

@@ -205,6 +205,10 @@ require("lazy").setup({
org_agenda_files = sl_opt.org_agenda_files,
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"},
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)' },
org_custom_exports = {
f = {