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
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
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
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
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.
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.
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 |
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
Hi Daniel,
Daniel E. Doherty writes:
> Try tabbing through the following:
>
> #+TBLNAME: modes
> |+-|
> | Name | Matcher |
> |+---
All,
I am writing an app for bookkeeping that uses regexp's in org tables.
They are working great except that they always come up misaligned when
the regexp has a \vert{} in it for alternation.
Also when tabbing through the file the alignment gets confused as well
and appears to miscalculate the
Bastien writes:
> Hi Thomas,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> Aligning this table with C-c C-c when the cursor is in one of the cells
>> of the first column results in an error: "if: Wrong type argument:
>> char-or-string-p, nil".
>
> It is confused by the "=" character, and thinks
Hi Thomas,
t...@tsdye.com (Thomas S. Dye) writes:
> Aligning this table with C-c C-c when the cursor is in one of the cells
> of the first column results in an error: "if: Wrong type argument:
> char-or-string-p, nil".
It is confused by the "=" character, and thinks it is a formula that
needs ev
Aloha all,
Aligning this table with C-c C-c when the cursor is in one of the cells
of the first column results in an error: "if: Wrong type argument:
char-or-string-p, nil".
It works in other cells or on one of the hlines.
|+--+|
| Command
Carsten Dominik writes:
> On Oct 27, 2011, at 4:00 PM, Giovanni Ridolfi wrote:
>
>> Torsten Wagner writes:
>>
>>> Well the FAQ tells me
>>> what I thought already. I will post here a specific solution for
>>> Japanese and it might be added to the FAQ later. Maybe others can
>>> contribute to ad
On Oct 27, 2011, at 4:00 PM, Giovanni Ridolfi wrote:
> Torsten Wagner writes:
>
>> Well the FAQ tells me
>> what I thought already. I will post here a specific solution for
>> Japanese and it might be added to the FAQ later. Maybe others can
>> contribute to add Chinese, Korean and other langua
Torsten Wagner writes:
> Well the FAQ tells me
> what I thought already. I will post here a specific solution for
> Japanese and it might be added to the FAQ later. Maybe others can
> contribute to add Chinese, Korean and other languages.
Personally I think that it does not woth to add a *specif
On Oct 27, 2011, at 3:26 PM, Torsten Wagner wrote:
>
>
> Carsten Dominik wrote:
>
>>
>> On Oct 27, 2011, at 1:33 PM, Torsten Wagner wrote:
>>
>>> Hi,
>>> just noticed, that the table alignment fails if I use Asian
>> characters
>>> within the table. Guess this has nothing to do with the tab
Carsten Dominik wrote:
>
>On Oct 27, 2011, at 1:33 PM, Torsten Wagner wrote:
>
>> Hi,
>> just noticed, that the table alignment fails if I use Asian
>characters
>> within the table. Guess this has nothing to do with the table itself
>> but rather something with the different spacing of differen
On Oct 27, 2011, at 1:33 PM, Torsten Wagner wrote:
> Hi,
> just noticed, that the table alignment fails if I use Asian characters
> within the table. Guess this has nothing to do with the table itself
> but rather something with the different spacing of different character
> sets.
> Maybe someone
Hi,
just noticed, that the table alignment fails if I use Asian characters
within the table. Guess this has nothing to do with the table itself
but rather something with the different spacing of different character
sets.
Maybe someone had a similar problem already and know how to solve this.
Thank
> FWIW, This is what I use.
>
> ,
> | gdi:-raster-Courier-normal-normal-normal-mono-20-*-*-*-c-*-iso8859-1 (#x62)
> `
>
My tables are not aligned with even this font. I did.
(set-default-font
"-raster-Courier-normal-normal-normal-mono-20-*-*-*-c-*-iso8859-1")
So, for the moment all se
>
> Focus on (set-default-font ...) stuff.
Thanks Jambunathan and Mikhail,
The problem is with the font stuff and, strangely, with desktop.
I need to comment out the region dealing with fonts, and the following
line to make the tables align.
(desktop-save-mode 1)
Has anyone else had a problem
> There is something in my .emacs that messes up table alignment in
> org. Have been struggling to find it. If I remove my .emacs, table
> alignment is fine.
OK. Looks like you have been experiementing with different fonts. Is
Liberation Sans-10 a monospaced font or a variable pitch (Is this
ter
1. Rename .emacs to renamed.el
2. Start vanilla emacs
3. Open your renamed.el file
4. Select region of intereset
5. Evaluate region with M-x eval-region
6. See if it is still working
7. Go to 4
On 08/31/2011 12:46 AM, Vikas Rawal wrote:
> There is something in my .emacs that
There is something in my .emacs that messes up table alignment in
org. Have been struggling to find it. If I remove my .emacs, table
alignment is fine. I have tried commenting parts of .emacs to identify
the offending lines. But somehow I am missing it.
A copy of my .emacs is at: http://dl.dropbox
25 matches
Mail list logo