Add Effort to the Reading list view
Also fix a typo ‘Reding’ -> ‘Reading’
This commit is contained in:
parent
074268215e
commit
ee6b99af45
1 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2021.0425.180318
|
||||
;; Version: 2021.0518.223544
|
||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons org-journal)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -375,8 +375,9 @@ also move point to the start of the heading."
|
|||
("t" "Todo" tags-todo "TODO=\"TODO\"-CATEGORY=\"inbox\"+SCHEDULED=\"\"")
|
||||
("r" "Reading list" tags-todo "TODO=\"READ\"+SCHEDULED=\"\"-Effort=\"\""
|
||||
((org-overriding-columns-format "%8CATEGORY %ITEM %3EFFORT")
|
||||
(org-agenda-sorting-strategy '(priority-down effort-up))))
|
||||
("R" "Reding list (requires estimating)" tags-todo "TODO=\"READ\"+Effort=\"\"")
|
||||
(org-agenda-sorting-strategy '(priority-down effort-up))
|
||||
(org-agenda-prefix-format " (%3e) %i %-12:c")))
|
||||
("R" "Reading list (requires estimating)" tags-todo "TODO=\"READ\"+Effort=\"\"")
|
||||
("s" "Someday" tags-todo "TODO=\"TODO\"-CATEGORY=\"inbox\"")
|
||||
("p" "Projects & ideas" tags "CATEGORY=\"project\"|CATEGORY=\"idea\"")
|
||||
("c" "Today's (Current) tasks" tags "SCHEDULED=\"<today>\"")
|
||||
|
|
Loading…
Reference in a new issue