emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: org-table-separator-space behaviour under zoom [9.2.2 (9.2.


From: Vadim Zaliva
Subject: Re: [O] 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

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 <address@hidden> wrote:
Hello,

Vadim Zaliva <address@hidden> 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
<http://lists.gnu.org/archive/html/emacs-orgmode/2017-12/msg00526.html>

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]