emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] a few suggestions for org-mode table, bug report


From: Michael Brand
Subject: Re: [Orgmode] a few suggestions for org-mode table, bug report
Date: Wed, 19 Aug 2009 22:51:45 +0200
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)

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'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]