emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Grouping tasks with todo-keywords
@ 2017-06-17 18:22 Narendra Joshi
  2017-06-25  9:02 ` Fabrice Niessen
  0 siblings, 1 reply; 3+ messages in thread
From: Narendra Joshi @ 2017-06-17 18:22 UTC (permalink / raw)
  To: emacs-orgmode

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 Joshi

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Grouping tasks with todo-keywords
  2017-06-17 18:22 Grouping tasks with todo-keywords Narendra Joshi
@ 2017-06-25  9:02 ` Fabrice Niessen
  2017-06-25 22:15   ` Tim Cross
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Niessen @ 2017-06-25  9:02 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Narendra Joshi <narendraj9-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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
> order.

You could be interested to have a look at my org-leuven-agenda-views.el,
in my own "Emacs Leuven" configuration files.

Fabrice

-- 
Fabrice Niessen
Leuven, Belgium
http://www.pirilampo.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Grouping tasks with todo-keywords
  2017-06-25  9:02 ` Fabrice Niessen
@ 2017-06-25 22:15   ` Tim Cross
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Cross @ 2017-06-25 22:15 UTC (permalink / raw)
  To: Fabrice Niessen; +Cc: Org-mode

[-- Attachment #1: Type: text/plain, Size: 1544 bytes --]

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 TODO's"
             ((agenda "" nil)
              (alltodo "" nil))
             nil)
            ("wr" "Weekly Report"
             ((todo "DONE|CANCELLED"
                    ((org-agenda-overriding-header "Completed and Cancelled
: Last Week")))
              (todo "STARTED|NEXT"
                    ((org-agenda-overriding-header "WIP")))
              (todo "HOLD|DELEGATED"
                    ((org-agenda-overriding-header "On Hold and Delegated
Tasks")))
              (todo "TODO"
                    ((org-agenda-overriding-header "Task Backlog"))))
             nil nil))))

On 25 June 2017 at 19:02, Fabrice Niessen <news@pirilampo.org> wrote:

> Narendra Joshi <narendraj9@gmail.com> 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
> > order.
>
> You could be interested to have a look at my org-leuven-agenda-views.el,
> in my own "Emacs Leuven" configuration files.
>
> Fabrice
>
> --
> Fabrice Niessen
> Leuven, Belgium
> http://www.pirilampo.org/
>
>
>


-- 
regards,

Tim

--
Tim Cross

[-- Attachment #2: Type: text/html, Size: 2820 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-25 22:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-17 18:22 Grouping tasks with todo-keywords Narendra Joshi
2017-06-25  9:02 ` Fabrice Niessen
2017-06-25 22:15   ` Tim Cross

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).