From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: ANN: org-super-agenda Date: Tue, 01 Aug 2017 01:32:23 -0500 Message-ID: <87zibjkdc8.fsf@alphapapa.net> References: <87o9salqg3.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcQjR-00044L-5a for emacs-orgmode@gnu.org; Tue, 01 Aug 2017 02:32:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcQjO-0003Vm-35 for emacs-orgmode@gnu.org; Tue, 01 Aug 2017 02:32:41 -0400 Received: from [195.159.176.226] (port=45840 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dcQjN-0003VB-SV for emacs-orgmode@gnu.org; Tue, 01 Aug 2017 02:32:38 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dcQjC-0006aP-Rh for emacs-orgmode@gnu.org; Tue, 01 Aug 2017 08:32:26 +0200 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 FYI, I just pushed an update to org-super-agenda that lets you automatically sort agenda items into groups based on an "agenda-group" Org property, which can be set for entire subtrees with inheritance (which is enabled by default). This makes configuration very easy, as you only need one selector, like: #+BEGIN_SRC elisp (let ((org-super-agenda-groups '((:auto-groups t)))) (org-agenda-list)) #+END_SRC I should be able to do something similar for categories, which would provide another way to easily sort automatically. Everything still seems to be working, but please let me know if you find any bugs. Thanks.