From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: [PATCH] org-agenda: Add 'none setting for org-agenda-overriding-header Date: Wed, 06 Sep 2017 18:00:28 -0500 Message-ID: <87tw0fcu0j.fsf@alphapapa.net> References: <87k22416un.fsf@alphapapa.net> <87bmnep8yz.fsf@nicolasgoaziou.fr> <8760dmynkk.fsf@alphapapa.net> <871so9nt04.fsf@nicolasgoaziou.fr> <87pobrc5vp.fsf@alphapapa.net> <87wp5yir25.fsf@nicolasgoaziou.fr> <87a82rkqmf.fsf@alphapapa.net> <8760dfko9f.fsf@alphapapa.net> <87lgma1xgj.fsf@nicolasgoaziou.fr> <87efrphle7.fsf@alphapapa.net> <87wp5h1qxc.fsf@nicolasgoaziou.fr> <87mv6ceets.fsf@alphapapa.net> <87shg0axf6.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dpjJz-0001mZ-QV for emacs-orgmode@gnu.org; Wed, 06 Sep 2017 19:01:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dpjJw-0002ym-LZ for emacs-orgmode@gnu.org; Wed, 06 Sep 2017 19:01:23 -0400 Received: from [195.159.176.226] (port=46421 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dpjJw-0002yZ-Ek for emacs-orgmode@gnu.org; Wed, 06 Sep 2017 19:01:20 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dpjJK-0001Qm-6C for emacs-orgmode@gnu.org; Thu, 07 Sep 2017 01:00:42 +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 Nicolas Goaziou writes: > If you feel like it, some tests in "test-org-agenda.el" would be nice, > too. Hi Nicolas, I looked at that file and I see that it's pretty basic. I recently put together a sort of testing framework for org-super-agenda that makes it pretty easy to develop and run consistent tests on agendas: https://github.com/alphapapa/org-super-agenda/blob/master/test/test.el Would you be interested in a patch that adds something like that to Org? It would make it easy to test specific agenda features, and I guess it might help with your agenda rewrite. :)