emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Vadim Zaliva <lord@crocodile.org>
Cc: emacs-orgmode@gnu.org
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	[thread overview]
Message-ID: <87h8ccl55o.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: CAG-rXiUXTt-4tKY+5oe=_8bLVN7WoPfhiqOPAVFftr6=_Z6VbQ@mail.gmail.com

Hello,

Vadim Zaliva <lord@crocodile.org> 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

  reply	other threads:[~2019-03-09 10:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-07 22:34 Bug: org-table-separator-space behaviour under zoom [9.2.2 (9.2.2-elpa @ /home/lord/.emacs.d/elpa/org-20190304/)] Vadim Zaliva
2019-03-09 10:21 ` Nicolas Goaziou [this message]
2019-03-10 18:19   ` Vadim Zaliva
2019-03-10 20:18     ` Nicolas Goaziou
  -- strict thread matches above, loose matches on Subject: below --
2019-03-06 19:41 Vadim Zaliva

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h8ccl55o.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=lord@crocodile.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).