[oni-org] Add an unestimated reading list view
This commit is contained in:
parent
f1ffdae38b
commit
30426230ed
1 changed files with 4 additions and 1 deletions
|
@ -368,7 +368,10 @@ also move point to the start of the heading."
|
||||||
(setq org-agenda-custom-commands
|
(setq org-agenda-custom-commands
|
||||||
'(("i" "Inbox" tags "CATEGORY=\"inbox\"")
|
'(("i" "Inbox" tags "CATEGORY=\"inbox\"")
|
||||||
("t" "Todo" tags-todo "TODO=\"TODO\"-CATEGORY=\"inbox\"+SCHEDULED=\"\"")
|
("t" "Todo" tags-todo "TODO=\"TODO\"-CATEGORY=\"inbox\"+SCHEDULED=\"\"")
|
||||||
("r" "Reading list" tags-todo "TODO=\"READ\"+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=\"\"")
|
||||||
("s" "Someday" tags-todo "TODO=\"TODO\"-CATEGORY=\"inbox\"")
|
("s" "Someday" tags-todo "TODO=\"TODO\"-CATEGORY=\"inbox\"")
|
||||||
("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>\"")
|
||||||
|
|
Loading…
Reference in a new issue