Re: [O] table alignment with org-pretty-entities turned on

2016-09-06 Thread s j
It was solved. I just report it here in case it is useful to others. It turned out to be a problem with the language environment. Previously, the language environment was detected to be Chinese although my system-default language is English. The preferred charset for Greek letters was then se

Re: [O] table alignment with org-pretty-entities turned on

2016-09-05 Thread Nicolas Goaziou
Hello, jsj writes: > To make it clear, the behavior I reported can be reproduced with a clean init > file with just org loaded. > > I put the table > > | a | b | c | > |+---+---| > | \alpha | | | > > in an org file, toggle pretty entities by C-c C-x \, then C-c C-c to realign

Re: [O] table alignment with org-pretty-entities turned on

2016-08-31 Thread jsj
I have some updates about this issue. I can confirm that it is not related to the prettification. I tried to directly put in unicode symbols instead of the ones generated by prettification, and I got exactly the same issue. So I guess this has something to do with how the system is handling the

Re: [O] table alignment with org-pretty-entities turned on

2016-08-31 Thread jsj
Hi, > On 2016年8月31日, at 07:44, Clément Pit--Claudel wrote: > > I'm not sure I understand the problem description. Turning on prettification > does breaks table alignment; thus, > > | a | b | c | > |+---+---| > | \alpha | | | > > is always displayed as > > | a | b | c

Re: [O] table alignment with org-pretty-entities turned on

2016-08-31 Thread Clément Pit--Claudel
On 2016-08-31 04:25, Eric S Fraga wrote: > On Tuesday, 30 Aug 2016 at 18:12, jsj wrote: > > [...] > >> | a | b | c | >> |---+---+---| >> | α β | | | >> >> Is it just me or you can reproduce the same behavior? > > I have seen the same at times. Not always so it may be font > related.

Re: [O] table alignment with org-pretty-entities turned on

2016-08-31 Thread Eric S Fraga
On Tuesday, 30 Aug 2016 at 18:12, jsj wrote: [...] > | a | b | c | > |---+---+---| > | α β | | | > > Is it just me or you can reproduce the same behavior? I have seen the same at times. Not always so it may be font related. Not sure. -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.94.

Re: [O] table alignment with org-pretty-entities turned on

2016-08-30 Thread jsj
To make it clear, the behavior I reported can be reproduced with a clean init file with just org loaded. I put the table | a | b | c | |+---+---| | \alpha | | | in an org file, toggle pretty entities by C-c C-x \, then C-c C-c to realign the table. The result I get is | a |

[O] table alignment with org-pretty-entities turned on

2016-08-28 Thread jsj
Hi, I am using the latest org-plus-contrib package (20160822) with emacs 25.1.50. I turned org-pretty-entities on in my init.el. When there are prettified letters displayed in an org table, the alignment of the table seems to be messed up. The deviation is related to the number of prettified s