Fixup work-related agenda views
This commit is contained in:
parent
f2c2bb4837
commit
e800025945
1 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.1117.180414
|
;; Version: 2020.1119.234558
|
||||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons)
|
;; 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
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -335,12 +335,12 @@ also move point to the start of the heading."
|
||||||
("p" "Projects & ideas" tags "CATEGORY=\"project\"|CATEGORY=\"idea\"")
|
("p" "Projects & ideas" tags "CATEGORY=\"project\"|CATEGORY=\"idea\"")
|
||||||
("c" "Today's (Current) tasks" tags "SCHEDULED=\"<today>\"")
|
("c" "Today's (Current) tasks" tags "SCHEDULED=\"<today>\"")
|
||||||
("w" . "Work topics")
|
("w" . "Work topics")
|
||||||
("wo" "Overview" ((tags-todo "+work-remy-mia")
|
("wo" "Overview" ((tags-todo "+work+FOR=\"\"")
|
||||||
(tags-todo "+work+idea+mia")
|
(tags-todo "+work+FOR=\"Jordan\"")
|
||||||
(tags-todo "+work+idea+remy")))
|
(tags-todo "+work+FOR=\"Remy\"")))
|
||||||
("wt" "Word todo" tags-todo "+work-remy-mia")
|
("wt" "Word todo" tags-todo "+work+FOR=\"\"")
|
||||||
("wm" "Topics for Mia" tags-todo "+work+idea+mia")
|
("wj" "Topics for Jordan" tags-todo "+work+1o1+FOR=\"Jordan\"")
|
||||||
("wr" "Topics for Remy" tags-todo "+work+idea+remy")
|
("wr" "Topics for Remy" tags-todo "+work+1o1+FOR=\"Remy\"")
|
||||||
("S" "Shopping" tags-todo "+shopping")))
|
("S" "Shopping" tags-todo "+shopping")))
|
||||||
|
|
||||||
(add-hook 'org-mode-hook #'oni-org-initialize-agenda-category-icons)
|
(add-hook 'org-mode-hook #'oni-org-initialize-agenda-category-icons)
|
||||||
|
|
Loading…
Reference in a new issue