Add any project files to ‘org-agenda-files’
This commit is contained in:
parent
624b9916d7
commit
1155024811
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2021.0106.201747
|
||||
;; Version: 2021.0120.163357
|
||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons org-journal org-roam)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -338,7 +338,8 @@ also move point to the start of the heading."
|
|||
(,(rx string-start "question" string-end) ,(expand-file-name "icons8-question-mark-64.png" oni-org-icons-dir) ,@defaults)
|
||||
(,(rx string-start "music" string-end) ,(expand-file-name "icons8-musical-notes-64.png" oni-org-icons-dir) ,@defaults)))))
|
||||
|
||||
(setq org-agenda-files (list org-default-notes-file))
|
||||
(setq org-agenda-files (cons org-default-notes-file
|
||||
(directory-files "~/documents/org/projects/" t "\\.org\\'")))
|
||||
(setq org-agenda-tags-todo-honor-ignore-options t)
|
||||
(setq org-agenda-todo-ignore-scheduled 'future)
|
||||
|
||||
|
|
Loading…
Reference in a new issue