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: Carsten Dominik
Subject: Re: [Orgmode] a few suggestions for org-mode table, bug report
Date: Thu, 20 Aug 2009 07:47:06 +0100


On Aug 19, 2009, at 9:51 PM, Michael Brand wrote:

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 |


Naah, too much trouble for little gain.

- Carsten


The same applies analogously without `l' and `r'.


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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