[oni-org] Modify the columns format for the todo list
Since I'm trying out the Pomodoro technique I want to be able to see at how many pomodoro's I've estimated something so that I can choose what to do next.
This commit is contained in:
parent
7df353e7dc
commit
b18f400401
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2022.0111.100221
|
||||
;; Version: 2022.0111.140419
|
||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti mixed-pitch)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -569,7 +569,8 @@ also move point to the start of the heading."
|
|||
((org-agenda-files (list org-default-notes-file))
|
||||
(org-agenda-cmp-user-defined (lambda (_ _) -1))
|
||||
(org-agenda-sorting-strategy '(user-defined-up))))
|
||||
("t" "Todo" tags-todo "TODO=\"TODO\"-CATEGORY=\"inbox\"+SCHEDULED=\"\"")
|
||||
("t" "Todo" tags-todo "TODO=\"TODO\"-CATEGORY=\"inbox\"+SCHEDULED=\"\""
|
||||
((org-overriding-columns-format "%TODO %46ITEM %1BLOCKED %Effort")))
|
||||
("r" "Reading list" tags-todo "TODO=\"READ\"+SCHEDULED=\"\"-Effort=\"\""
|
||||
((org-overriding-columns-format "%8CATEGORY %ITEM %3EFFORT")
|
||||
(org-agenda-sorting-strategy '(priority-down effort-up))
|
||||
|
|
Loading…
Reference in a new issue