[O] Bug: org-table-separator-space behaviour under zoom [9.2.2 (9.2.2-elpa @ /home/lord/.emacs.d/elpa/org-20190304/)]

2019-03-07 Thread Vadim Zaliva
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

[O] [PATCH] Possible bug in org-protocol

2019-03-07 Thread Pierre Téchoueyres
Hello Org developers, I'm facing an unexpected behaviour since some days : When I want to record some link from web sites using Org Capture extension (https://github.com/sprig/org-capture-extension) for Firefox all my text and links are encoded like urls. It's look like the commit #cc7c4a673

[O] Bug: org-table-separator-space behaviour under zoom [9.2.2 (9.2.2-elpa @ /home/lord/.emacs.d/elpa/org-20190304/)]

2019-03-07 Thread Vadim Zaliva
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

Re: [O] fonts not scaling when zooming in column mode

2019-03-07 Thread Eric S Fraga
On Thursday, 7 Mar 2019 at 18:38, Al wrote: > Hello, > > This is the workaround I used, but I agree this is far from perfect ;-) Given that this is not really an org issue but rather a more fundamental emacs issue relating to overlays and faces, maybe ask on the emacs.help newsgroup (e.g.

Re: [O] fonts not scaling when zooming in column mode

2019-03-07 Thread Al
Hello, This is the workaround I used, but I agree this is far from perfect ;-) Anyway this works. Thank you. On 07/03/2019 14.01, Eric S Fraga wrote: > On Thursday, 7 Mar 2019 at 12:41, Al wrote: >> Is there any solution to make column mode follow the global font size ? > > Column mode is

Re: [O] fonts not scaling when zooming in column mode

2019-03-07 Thread Eric S Fraga
On Thursday, 7 Mar 2019 at 12:41, Al wrote: > Is there any solution to make column mode follow the global font size ? Column mode is done using overlays. The text-scale commands don't seem to affect overlays unfortunately. The only thing I can suggest is changing the default face to the size

[O] fonts not scaling when zooming in column mode

2019-03-07 Thread Al
Hello, When I use column-mode (C-c C-x C-c) and change the font size (using C-x C-= or C-x C--), all the characters outside the column-mode change correctly, but the ones displayed by the column-mode stay at the same size. Is there any solution to make column mode follow the global font size ?