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 over
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 rem
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 over
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. availab
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 don
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 yo
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 ?
I