[oni-org] Update default todo agenda command
I've removed the hierarchy from my tags, so now I need to see any for the tag of the current host name, any computer, and any emacs tasks that have a state of TODO.
This commit is contained in:
parent
cc3aa6f532
commit
2fc7107969
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2022.0620.091626
|
;; Version: 2022.0621.091652
|
||||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti)
|
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -586,7 +586,7 @@ also move point to the start of the heading."
|
||||||
(setq org-agenda-window-setup 'only-window)
|
(setq org-agenda-window-setup 'only-window)
|
||||||
|
|
||||||
(setq org-agenda-custom-commands
|
(setq org-agenda-custom-commands
|
||||||
`(("t" "Todo at this computer" tags-todo ,(format "TODO=\"TODO\"+%s" (system-name))
|
`(("t" "Todo at this computer" tags-todo ,(format "@%s|@computer|@emacs/TODO" (system-name))
|
||||||
((org-overriding-columns-format "%TODO %46ITEM %1BLOCKED %Effort")))
|
((org-overriding-columns-format "%TODO %46ITEM %1BLOCKED %Effort")))
|
||||||
("r" "Reading list" tags-todo "TODO=\"READ\"+SCHEDULED=\"\"-Effort=\"\""
|
("r" "Reading list" tags-todo "TODO=\"READ\"+SCHEDULED=\"\"-Effort=\"\""
|
||||||
((org-overriding-columns-format "%8CATEGORY %ITEM %3EFFORT")
|
((org-overriding-columns-format "%8CATEGORY %ITEM %3EFFORT")
|
||||||
|
|
Loading…
Reference in a new issue