Carsten Dominik wrote:
On Jun 19, 2009, at 5:29 PM, Michael Brand wrote:
2) One could like to have configurable left/right alignment, even
combinable with column width, e. g.
| <l10> | <r> |
| 3.14 | 0x10 |
| 3.141592=> | 0x32 0x10 |
This is now implemented, thanks for the nice idea.
Thank you very much for this implementation.
I stress-tested it for my own documentation and found a minor flaw which
someone might be interested to fix someday/maybe: With the raw input of
| <l8> | <r11> |
| 3.14 | 0x10 0x00 |
| 3.1415926535897932384626433832795 | 0x40 0x30 0x20 |
and after aligning I get displayed
| <l8> | <r11> |
| 3.14 | 0x10 0x00 |
| 3.1415=> | 0x40 0x30=> |
with org-version 6.29c on "GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on
SOFT-MJASON" but would expect
| <l8> | <r11> |
| 3.14 | 0x10 0x00 |
| 3.1415=> | <=0x30 0x20 |
The same applies analogously without `l' and `r'.
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode