From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: [rfc] Make column view less rigid for rescale? Date: Mon, 17 Feb 2020 14:27:03 +0100 Message-ID: <84lfp1wdi0.fsf@gmail.com> References: <84v9o5wj89.fsf@gmail.com> <87k14lnza7.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54192) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3gQW-0002LM-F1 for emacs-orgmode@gnu.org; Mon, 17 Feb 2020 08:27:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3gQV-00006W-Lb for emacs-orgmode@gnu.org; Mon, 17 Feb 2020 08:27:08 -0500 In-Reply-To: <87k14lnza7.fsf@gnu.org> (Bastien's message of "Mon, 17 Feb 2020 14:01:20 +0100") 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Bastien Cc: emacs-orgmode@gnu.org Hi Bastien, >> I think this rigidity is unnecessary and I'd like to see org columns >> follow text rescaling. > > Agreed. Fine! >> AFAICS the change is easy. (Just set `font' to nil in >> `org-columns--display-here'.) > > The change is a bit more complex, because you also need to adjust the > size of the header-line. Ahh, right, good catch. > I've pushed this change in master, please test it and report. LGTM! Thanks!