From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: [rfc] Make column view less rigid for rescale? Date: Mon, 17 Feb 2020 12:23:18 +0100 Message-ID: <84v9o5wj89.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38167) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3eUo-0002Ax-PA for emacs-orgmode@gnu.org; Mon, 17 Feb 2020 06:23:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3eUn-0006rK-Vy for emacs-orgmode@gnu.org; Mon, 17 Feb 2020 06:23:26 -0500 Received: from ciao.gmane.io ([159.69.161.202]:35264) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j3eUn-0006pm-QG for emacs-orgmode@gnu.org; Mon, 17 Feb 2020 06:23:25 -0500 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1j3eUl-000MdW-Hy for emacs-orgmode@gnu.org; Mon, 17 Feb 2020 12:23:23 +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: emacs-orgmode@gnu.org Dear all, Up to now the text-scale of org columns sticks to one size disrespecting text rescaling. (E.g. via C-x C-+ .) I think this rigidity is unnecessary and I'd like to see org columns follow text rescaling. AFAICS the change is easy. (Just set `font' to nil in `org-columns--display-here'.) What do you think? Ciao!