From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-table-separator-space behaviour under zoom [9.2.2 (9.2.2-elpa @ /home/lord/.emacs.d/elpa/org-20190304/)] Date: Sat, 09 Mar 2019 11:21:23 +0100 Message-ID: <87h8ccl55o.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:41051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2Z6f-00053j-JV for emacs-orgmode@gnu.org; Sat, 09 Mar 2019 05:21:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h2Z6e-0004Oh-K4 for emacs-orgmode@gnu.org; Sat, 09 Mar 2019 05:21:29 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:53999) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h2Z6e-0004J5-C5 for emacs-orgmode@gnu.org; Sat, 09 Mar 2019 05:21:28 -0500 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: Vadim Zaliva Cc: emacs-orgmode@gnu.org Hello, Vadim Zaliva writes: > When using C-x C-- or C-x C-+ to change display font size, table heading > becomes misaligned. I've tracked down the problem to > `org-table-separator-space` variable. The space inserted by it retains old > size which skews alignment. Replacing it with " " via setq fixes it for a > session. I tried to override it via `org-hook` and `orgtbl-mode-hook` but > it somehow gets reset back to old value a first time I press C-c C-c to > re-alight the table! The `org-table-separator-space' value was introduced to handle RTL languages in tables. We cannot replace it with plain " " without introducing a regression. See Would setting `org-table-separator-space' to (propertize " " 'display '(space :relative-width 1)) fix your issue? Regards, -- Nicolas Goaziou