emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: org-super-agenda global list of TODO items


From: Angel de Vicente
Subject: Re: org-super-agenda global list of TODO items
Date: Tue, 13 Sep 2022 15:30:40 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hello,

Ihor Radchenko <yantar92@gmail.com> 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]