GNU bug report logs -
#11700
24.1.50; Bad interaction between BiDi and org-tables
Previous Next
Reported by: Dov Grobgeld <dov.grobgeld <at> gmail.com>
Date: Wed, 13 Jun 2012 19:30:02 UTC
Severity: normal
Found in version 24.1.50
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 11700 <at> debbugs.gnu.org (full text, mbox):
> Date: Thu, 14 Jun 2012 21:10:46 +0300
> From: Dov Grobgeld <dov.grobgeld <at> gmail.com>
> Cc: 11700 <at> debbugs.gnu.org
>
> Do you think that you can provide some lisp code that builds the
> buffer contents and the display properties for the three options that
> ou refered to as an illustration?
>
> I tried inserting tabs into the buffer before the vertical bars, but
> after reordering it still didn't come out right.
??? What exactly did you try? You need to have a TAB before and after
each '|' that's between the cells (the outer ones do not need a TAB).
Like this (you should see this correctly in Emacs 24.1; move cursor
with C-f to see the logical order):
| אבגד | הוזחטי |
Isn't this what you wanted?
As for the display properties, replace the TABs in the example above
with something like this:
(insert (propertize " " '(display (space :align-to 10))))
The number 10 should be the column where you want the "|" separator to
be aligned. For the replacement of the second TAB, increment the
value to get the desired alignment of the text of the second cell.
This bug report was last modified 7 years and 214 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.