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: Wed, 14 Sep 2022 11:24:30 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hello,

Angel de Vicente <angel.vicente.garrido@gmail.com> writes:

> great. That looks very promising, and without the need to change the
> source code. I will try it later on and report back.

I ended up with this (and going back to unmodified source code for
org-super-agenda, and it now works beautifully. 

,----
| (setq own-agenda-groups '((:name "Efemerides" :tag "efemerides" :order 1)
|                          (:name "IMPORTANT" :priority "A" :transformer
|                                 (--> it
|                                      (propertize it 'face
|                                                  '(:foreground "red" 
:background "green")))
|                                 :order 1)
|                          (:name "Astrophysics" :tag "astrophysics" :order 3)
|                          (:name "Hacking" :tag "hacking" :order 3)
|                          (:name "Admin" :tag "admin" :order 4)))
| 
| (setq org-agenda-custom-commands
|       '(("h" "Agenda and tasks"
|        ((agenda "" ((org-super-agenda-groups
|                        (append
|                         '((:todo "DONE" :discard)
|                           (:name "Schedule" :time-grid t :transformer
|                                  (--> it
|                                       (propertize it 'face
|                                                   '(:foreground "yellow")))))
|                         own-agenda-groups))))
|           (alltodo "" ((org-super-agenda-groups
|                         (append
|                          '((:todo "DONE" :discard))
|                          own-agenda-groups))))))))                  
`----

Many thanks,
-- 
Á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]