Hello,

Angel de Vicente <angel.vicente.garr...@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