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: Thu, 17 Aug 2017 14:57:31 -0500 Message-ID: <8760dmynkk.fsf@alphapapa.net> References: <87k22416un.fsf@alphapapa.net> <87bmnep8yz.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1diQvS-00067r-DG for emacs-orgmode@gnu.org; Thu, 17 Aug 2017 15:57:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1diQvP-0001no-Cn for emacs-orgmode@gnu.org; Thu, 17 Aug 2017 15:57:54 -0400 Received: from [195.159.176.226] (port=49872 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1diQvP-0001nW-6P for emacs-orgmode@gnu.org; Thu, 17 Aug 2017 15:57:51 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1diQvA-0000G3-Lx for emacs-orgmode@gnu.org; Thu, 17 Aug 2017 21:57:36 +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: > What about "fixing" the empty string case, i.e., not inserting a blank > line when set to the empty string? Hi Nicolas, I almost did that, making it not insert a header if it was set to an empty string, but I thought that this approach gives more flexibility, allowing users to insert a blank header if they want. But if you would prefer it that way, I'll adjust the patch. Let me know. Thanks, Adam