Compare commits
No commits in common. "f3d23e56c8c6a5f350d985684264d1d43385db72" and "5d0fe5971995503f57798601cd3a9e9e9c4c7b9d" have entirely different histories.
f3d23e56c8
...
5d0fe59719
2 changed files with 5 additions and 9 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2024.0328.235142
|
||||
;; Version: 2024.0205.235009
|
||||
;; Package-Requires: (elfeed olivetti)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -136,9 +136,7 @@
|
|||
:entry-title (rx (or "SLIPKNOT"
|
||||
(seq "DREAM" whitespace "THEATER")
|
||||
(seq "BLIND" whitespace "GUARDIAN")
|
||||
"MASTODON"
|
||||
"TOOL"
|
||||
(seq "IRON" whitespace "MAIDEN")))
|
||||
"MASTODON"))
|
||||
:add 'favourite)
|
||||
"Tagger that highlights specific bands from Blabbermouth.")
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2024.0315.155036
|
||||
;; Version: 2024.0312.113546
|
||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table ob-async org-ql org-super-agenda)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -1230,12 +1230,10 @@ same code all the time."
|
|||
,value-name)))))
|
||||
|
||||
(oni-org--map-put org-agenda-custom-commands "P"
|
||||
'("Stuck projects" ((org-ql-block '(and (todo) (children) (not (children (todo))))))))
|
||||
'("Stuck projects" ((org-ql-block '(and (todo) (children (not (todo))))))))
|
||||
|
||||
(oni-org--map-put org-agenda-custom-commands "o"
|
||||
'("Overview" ((org-ql-block '(and (todo)
|
||||
(children)
|
||||
(not (children (todo))))
|
||||
'("Overview" ((org-ql-block '(and (todo) (children (not (todo))))
|
||||
((org-ql-block-header "Stuck projects")))
|
||||
(org-ql-block '(and (todo) (not (children)))
|
||||
((org-super-agenda-groups '((:auto-parent)))
|
||||
|
|
Loading…
Reference in a new issue