Fix up shopping list
This commit is contained in:
parent
b4428f89c2
commit
2bdec7864a
1 changed files with 2 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.0420.151243
|
||||
;; Version: 2020.0420.220918
|
||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -214,11 +214,7 @@ _l_: Store link ^^ _j_: Journal entry
|
|||
("wt" "Word todo" tags-todo "+work-remy-mia")
|
||||
("wm" "Topics for Mia" tags-todo "+work+idea+mia")
|
||||
("wr" "Topics for Remy" tags-todo "+work+idea+remy")
|
||||
("s" . "Shopping")
|
||||
("so" "Overview" ((tags-todo "+shopping+home")
|
||||
(tags-todo "+shopping+candice")))
|
||||
("sh" "Shopping for home" tags-todo "+shopping+home")
|
||||
("sc" "Shopping for Candice’s" tags-todo "+shopping+candice")))
|
||||
("s" "Shopping" tags-todo "+shopping")))
|
||||
|
||||
(setq org-agenda-files
|
||||
(mapcar #'oni-org-expand-to-home
|
||||
|
|
Loading…
Reference in a new issue