Hello,
Ihor Radchenko <[email protected]> writes:
> How do you customize your org-super-agenda-groups variable?
via customize-variable, which sets this in my custom-set-variables in my .emacs:
,----
| '(org-super-agenda-groups
| '((:name "Schedule" :time-grid t :transformer
| (--> it
| (propertize it 'face
| '(:foreground "yellow"))))
| (:name "Important" :priority "A")
| (:name "POLMAG" :tag "polmag")
| (:name "Astrophysics" :tag
| ("astrophysics"))
| (:name "Personal" :tag "personal")
| (:priority<= "B" :order 1)))
`----
--
Ángel de Vicente
Research Software Engineer (Supercomputing and BigData)
Instituto de Astrofísica de Canarias (https://www.iac.es/en)