From ea6f21f3050bae545177141f6ed8d207ff33ce64 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 18 Nov 2018 07:04:43 +0100 Subject: [PATCH] Remove the use of agenda_files For now it seems much more productive to include all my Org files in the agenda. --- configuration.org | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/configuration.org b/configuration.org index dbc9056..bec4e82 100644 --- a/configuration.org +++ b/configuration.org @@ -2432,15 +2432,10 @@ This is a big one; I use a lot of customisation here. 'org-mode `(("^[ \t]*\\(?:[-+*]\\|[0-9]+[).]\\)[ \t]+\\(\\(?:\\[@\\(?:start:\\)?[0-9]+\\][ \t]*\\)?\\[\\(?:X\\|\\([0-9]+\\)/\\2\\)\\][^\n]*\n\\)" 12 'org-checkbox-done-text prepend)) 'append) + (setq org-directory (expand-file-name "orgmode" user-documents-directory)) (setq-default org-crypt-key "B0740C4C" - org-default-notes-file (concat user-documents-directory - (convert-standard-filename - "/orgmode/notes.org")) - org-directory (concat user-documents-directory - (convert-standard-filename "/orgmode/")) - org-agenda-files (concat user-documents-directory - (convert-standard-filename - "/orgmode/agenda_files")) + org-default-notes-file (expand-file-name "notes.org" org-directory) + org-agenda-files `(,org-directory) org-ellipsis "…#" org-startup-folded 'content org-log-done 'time