Compare commits
2 commits
5d0fe59719
...
f3d23e56c8
Author | SHA1 | Date | |
---|---|---|---|
f3d23e56c8 | |||
7c8bc8a6f2 |
2 changed files with 9 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2024.0205.235009
|
||||
;; Version: 2024.0328.235142
|
||||
;; Package-Requires: (elfeed olivetti)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -136,7 +136,9 @@
|
|||
:entry-title (rx (or "SLIPKNOT"
|
||||
(seq "DREAM" whitespace "THEATER")
|
||||
(seq "BLIND" whitespace "GUARDIAN")
|
||||
"MASTODON"))
|
||||
"MASTODON"
|
||||
"TOOL"
|
||||
(seq "IRON" whitespace "MAIDEN")))
|
||||
:add 'favourite)
|
||||
"Tagger that highlights specific bands from Blabbermouth.")
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2024.0312.113546
|
||||
;; Version: 2024.0315.155036
|
||||
;; 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,10 +1230,12 @@ 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 (todo))))))))
|
||||
'("Stuck projects" ((org-ql-block '(and (todo) (children) (not (children (todo))))))))
|
||||
|
||||
(oni-org--map-put org-agenda-custom-commands "o"
|
||||
'("Overview" ((org-ql-block '(and (todo) (children (not (todo))))
|
||||
'("Overview" ((org-ql-block '(and (todo)
|
||||
(children)
|
||||
(not (children (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