Change: (org-ql-agenda) Allow org-super-agenda-groups global value
Also, automatically quote :super-groups in macro expansion, and update example in readme.
This commit is contained in:
parent
a58273c147
commit
748c3fb619
2 changed files with 21 additions and 15 deletions
26
README.org
26
README.org
|
|
@ -44,19 +44,19 @@ Also included is ~org-ql-agenda~, which uses ~org-ql~ queries to select entries
|
|||
(not (done)))
|
||||
;; The `org-super-agenda-groups' setting is used automatically when set, or it
|
||||
;; may be overriden by specifying it here:
|
||||
:super-groups '((:name "Bills"
|
||||
:tag "bills")
|
||||
(:todo ("SOMEDAY" "TO-READ" "CHECK" "TO-WATCH" "WATCHING")
|
||||
:order 7)
|
||||
(:name "Personal"
|
||||
:habit t
|
||||
:tag "personal"
|
||||
:order 3)
|
||||
(:todo "WAITING"
|
||||
:order 6)
|
||||
(:priority "A" :order 1)
|
||||
(:priority "B" :order 2)
|
||||
(:priority "C" :order 2)))
|
||||
:super-groups ((:name "Bills"
|
||||
:tag "bills")
|
||||
(:todo ("SOMEDAY" "TO-READ" "CHECK" "TO-WATCH" "WATCHING")
|
||||
:order 7)
|
||||
(:name "Personal"
|
||||
:habit t
|
||||
:tag "personal"
|
||||
:order 3)
|
||||
(:todo "WAITING"
|
||||
:order 6)
|
||||
(:priority "A" :order 1)
|
||||
(:priority "B" :order 2)
|
||||
(:priority "C" :order 2)))
|
||||
#+END_SRC
|
||||
|
||||
Which presents this buffer:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue