Hello,
Angel de Vicente 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-ag
Hello,
Christophe Schockaert writes:
> If I am right (I am playing with the config, it’s not in my daily setup yet
> for
> now), I could achieve this by defining "org-agenda-custom-commands" as shown
> in
> the "Projects" example :
> https://github.com/alphapapa/org-super-agenda/blob/master/ex
On 2022-09-13 20:55, Angel de Vicente wrote:
Hello,
This looks correct. The only suspicious group is the one with
:time-grid. Time grid is not supported in todo list by vanilla
org-agenda. I am not sure how well org-super-agenda handles it.
I'd try to remove the "Schedule" group for TODO agend
Hello,
> This looks correct. The only suspicious group is the one with
> :time-grid. Time grid is not supported in todo list by vanilla
> org-agenda. I am not sure how well org-super-agenda handles it.
>
> I'd try to remove the "Schedule" group for TODO agenda. If it helps the
> situation, you may
Angel de Vicente writes:
> Ihor Radchenko 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
Hello,
Ihor Radchenko 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
|
Angel de Vicente writes:
>> Could you please elaborate what you mean by "organize"?
>
> Maybe the best is an image... If you look at
> https://github.com/alphapapa/org-super-agenda/blob/master/images/screenshots/index.org,
> you can see that the TODO items for a given date in the agenda are
> nea
Hello,
Ihor Radchenko writes:
> Could you please elaborate what you mean by "organize"?
Maybe the best is an image... If you look at
https://github.com/alphapapa/org-super-agenda/blob/master/images/screenshots/index.org,
you can see that the TODO items for a given date in the agenda are
neatly
Angel de Vicente writes:
> I managed to organize my todo
> items in the daily agenda view without issues, but I'm not sure what I
> have to do to organize the items in the "Global list of TODO items". Is
> this possible? Any examples to point me in the right direction?
Could you please elaborate