diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-07-19 16:03:21 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-07-19 16:03:21 -0400 |
commit | 486f664015b4b67f483f644107f07cbdcb0d8a9f (patch) | |
tree | 287043ccde94f8f1fe4010419041e346baa46245 /init.el | |
parent | Implement `X.log.org` in `org-agenda-files` (diff) | |
download | mmosmacs-486f664015b4b67f483f644107f07cbdcb0d8a9f.tar.gz mmosmacs-486f664015b4b67f483f644107f07cbdcb0d8a9f.tar.bz2 mmosmacs-486f664015b4b67f483f644107f07cbdcb0d8a9f.zip |
Fix `org-agenda-files` usage of wildcards
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1019,8 +1019,8 @@ | |||
1019 | "~/kb/self.routine.org" | 1019 | "~/kb/self.routine.org" |
1020 | "~/kb/inbox.org" | 1020 | "~/kb/inbox.org" |
1021 | "~/kb/shop.org") | 1021 | "~/kb/shop.org") |
1022 | (file-expand-wildcards "~/kb/*.log.org*") | 1022 | (file-expand-wildcards "~/kb/*log.org*") |
1023 | (file-expand-wildcards "~/kb/*.agenda.org*")) | 1023 | (file-expand-wildcards "~/kb/*agenda.org*")) |
1024 | org-todo-keywords | 1024 | org-todo-keywords |
1025 | '((sequence "TODO(t)" "SOMEDAY(sd)" "SOON(sn)" "NEXT(n)" | 1025 | '((sequence "TODO(t)" "SOMEDAY(sd)" "SOON(sn)" "NEXT(n)" |
1026 | "IN-PROGRESS(i)" "WAITING(w)" "HOLD(h)" "REVIEW(re)" | 1026 | "IN-PROGRESS(i)" "WAITING(w)" "HOLD(h)" "REVIEW(re)" |