Org Mode fixes for refile on windows breaking newlines

This commit is contained in:
Lüdecke Sascha
2026-04-20 10:44:17 +02:00
parent bc1a21c0da
commit 1005b984fa
2 changed files with 6 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ 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_archive_location = ORG_BASE_FOLDER .. '/.archive.org',
org_archive_location = ORG_BASE_FOLDER .. '/archive.org',
org_roam_folder = ORG_BASE_FOLDER .. '/roam',
}