<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

@@ -13,7 +13,7 @@ end
sl_opt = {
org_base_folder = ORG_BASE_FOLDER,
org_agenda_files = ORG_BASE_FOLDER .. '/*.org',
org_default_notes_file = ORG_BASE_FOLDER .. '/refile.org',
org_default_notes_file = ORG_BASE_FOLDER .. '/incoming.org',
org_archive_location = ORG_BASE_FOLDER .. '/archive.org',
org_roam_folder = ORG_BASE_FOLDER .. '/roam',
}