I have this in my init.el - I did it years ago and it could be refined, but
works for my needs. My custom agenda view breaks the agenda into 4 blocks
of todos
- Completed/Cancelled
- WIP
- Delegated
- Backlog
(setq org-agenda-custom-commands
(quote
(("n" "Agenda and all T
Narendra Joshi writes:
> Is it possible to group tasks in org-agenda by the state they are in?
> For example, I would like to have horizontal divider between all tasks
> that are ONGOING and tasks that are in TODO state.
> I have already setup `org-agenda-sorting-strategy' to get the desired
> o
Hi,
Is it possible to group tasks in org-agenda by the state they are in?
For example, I would like to have horizontal divider between all tasks
that are ONGOING and tasks that are in TODO state.
I have already setup `org-agenda-sorting-strategy' to get the desired
order.
Best,
--
Narendra Jos