[emacs] Restrict agenda to this year
This commit is contained in:
@ -120,9 +120,9 @@
|
||||
|
||||
(add-hook 'org-mode-hook #'doom-disable-line-numbers-h)
|
||||
|
||||
(after! org
|
||||
(after! org
|
||||
(setq org-directory (expand-file-name "~/var/org/")
|
||||
org-agenda-files (list org-directory)
|
||||
org-agenda-files (file-expand-wildcards "~/var/org/2020-*")
|
||||
org-pretty-entities t
|
||||
org-agenda-dim-blocked-tasks nil
|
||||
org-log-done 'time
|
||||
|
||||
Reference in New Issue
Block a user