From 880b76305bbb9b319420f12d2395bb63d51005b8 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 2 Apr 2024 11:18:34 +0100 Subject: [PATCH] org: remove noter from agenda files Add multisession to .gitignore --- .gitignore | 1 + config/org-mode.org | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2bbd071..8a37dbd 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /image-dired/ /ellama-sessions/ *.sqlite +/multisession/ diff --git a/config/org-mode.org b/config/org-mode.org index c887e70..372b004 100644 --- a/config/org-mode.org +++ b/config/org-mode.org @@ -153,7 +153,6 @@ For reference information, see [[https://orgmode.com][Org-mode website]] org-agenda-files (list (expand-file-name org-directory) (expand-file-name "journal" org-directory) - (expand-file-name "noter" org-directory) (expand-file-name "projects" org-directory))) #+end_src