From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [rfc] Make column view less rigid for rescale? Date: Mon, 17 Feb 2020 14:01:20 +0100 Message-ID: <87k14lnza7.fsf@gnu.org> References: <84v9o5wj89.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50700) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3g1c-0007JL-UO for emacs-orgmode@gnu.org; Mon, 17 Feb 2020 08:01:25 -0500 In-Reply-To: <84v9o5wj89.fsf@gmail.com> (Marco Wahl's message of "Mon, 17 Feb 2020 12:23:18 +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: Marco Wahl Cc: emacs-orgmode@gnu.org Hi Marco, Marco Wahl writes: > I think this rigidity is unnecessary and I'd like to see org columns > follow text rescaling. Agreed. > 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. I've pushed this change in master, please test it and report. Thanks for this suggestion! -- Bastien