From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vadim Zaliva 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: Sun, 10 Mar 2019 11:19:40 -0700 Message-ID: References: <87h8ccl55o.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000007bc28e0583c18015" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:40938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h333D-0002ya-Sy for emacs-orgmode@gnu.org; Sun, 10 Mar 2019 14:19:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h333B-0002wa-H4 for emacs-orgmode@gnu.org; Sun, 10 Mar 2019 14:19:55 -0400 Received: from mail-ot1-x342.google.com ([2607:f8b0:4864:20::342]:35890) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h333A-0002vY-Of for emacs-orgmode@gnu.org; Sun, 10 Mar 2019 14:19:53 -0400 Received: by mail-ot1-x342.google.com with SMTP id v62so2060960otb.3 for ; Sun, 10 Mar 2019 11:19:52 -0700 (PDT) In-Reply-To: <87h8ccl55o.fsf@nicolasgoaziou.fr> 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 , mail@nicolasgoaziou.fr Cc: emacs-orgmode@gnu.org --0000000000007bc28e0583c18015 Content-Type: text/plain; charset="UTF-8" Nicolas, Yes, that helped. If there is a way to file a bug report without subscribing to the mailing list? I subscribed to the list just to report this bug and unsubscribed since. Vadim On Sat, Mar 9, 2019 at 2:21 AM Nicolas Goaziou wrote: > 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 > -- "Hated by fools, and fools to hate, be that my motto and my fate" (Jonathan Swift) --0000000000007bc28e0583c18015 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Nicolas,

Yes, that helped.=C2=A0
If there is a way to file a bug report without subscribing to = the mailing list?=C2=A0
I subscribed to the list just to report this bu= g and unsubscribed=C2=A0since.

Vadim

On Sat, Mar 9, 2019 at 2:21 AM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:<= br>
Hello,

Vadim Zaliva <lo= rd@crocodile.org> writes:

> When using C-x C-- or C-x C-+ to change display font size, table headi= ng
> 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 f= ixes 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 t= o
> 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<= br> introducing a regression.

See
<http://lists.gnu.org/archiv= e/html/emacs-orgmode/2017-12/msg00526.html>

Would setting `org-table-separator-space' to

=C2=A0 (propertize " " 'display '(space :relative-width 1= ))

fix your issue?


Regards,

--
Nicolas Goaziou


--
= "Hated by fools, and fools to hate, be that my motto and my fate"=
(Jonathan Swift)<= br>

--0000000000007bc28e0583c18015--