Remove the use of agenda_files
For now it seems much more productive to include all my Org files in the agenda.
This commit is contained in:
parent
a5868ab0b3
commit
ea6f21f305
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user