[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug with automatic alignment of table columns in HTML export
From: |
Bastien |
Subject: |
Re: [O] Bug with automatic alignment of table columns in HTML export |
Date: |
Sat, 06 Apr 2013 02:48:46 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
Hi Kodi,
Kodi Arfer <address@hidden> writes:
> You're quite welcome. That was prompt! I see this case now works in
> master. The catch is that there are still some cases which give
> inconsistent alignment between Emacs and HTML export, such as:
>
> | a | b |
> |-----+---|
> | 100 | 1 |
> | 1 | 1 |
> | 1 | 1 |
> | 1 | 1 |
> | a | 1 |
> | | 1 |
> | | 1 |
> | | 1 |
> | | 1 |
> | | 1 |
> | | 1 |
For such cases, you can use this:
| <r> | <r> |
| a | b |
|-----+-----|
| 100 | 1 |
| 1 | 1 |
| 1 | 1 |
| 1 | 1 |
| a | 1 |
| | 1 |
| | 1 |
| | 1 |
| | 1 |
| | 1 |
| | 1 |
HTH,
--
Bastien
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [O] Bug with automatic alignment of table columns in HTML export,
Bastien <=