From mboxrd@z Thu Jan 1 00:00:00 1970 From: Narendra Joshi Subject: Grouping tasks with todo-keywords Date: Sat, 17 Jun 2017 23:52:12 +0530 Message-ID: <87o9tmfp9n.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMIM1-0002dX-Uo for emacs-orgmode@gnu.org; Sat, 17 Jun 2017 14:21:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dMILy-00033m-Rr for emacs-orgmode@gnu.org; Sat, 17 Jun 2017 14:21:49 -0400 Received: from mail-pf0-x241.google.com ([2607:f8b0:400e:c00::241]:36315) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dMILy-00033M-Lt for emacs-orgmode@gnu.org; Sat, 17 Jun 2017 14:21:46 -0400 Received: by mail-pf0-x241.google.com with SMTP id y7so11172088pfd.3 for ; Sat, 17 Jun 2017 11:21:46 -0700 (PDT) Received: from vicarie ([182.70.107.131]) by smtp.gmail.com with ESMTPSA id v62sm10586180pfb.124.2017.06.17.11.21.44 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 17 Jun 2017 11:21:45 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org 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