emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Tables and aligning columns


From: Erich Neuwirth
Subject: [O] Tables and aligning columns
Date: Wed, 26 Sep 2012 17:08:58 +0200

I am using the following simplistic example.

#+title: Test Table

* My test

| head1 head1 | head2 head2 | head3 head3 | head4 head4 |
|-------------+-------------+-------------+-------------|
|             | <l>         |             |         <r> |
|           1 | 2           | haha        |        haha |
|           1 | 2           | haha        |        haha |

I am using org-20120926 from ELP A.
Export to LaTeX still does not honor column alignment.
And I noticed something strange.
If I remove the header line, export to LaTeX still produces everything,
but exported html does not contain the table.
This is somewhat inconsistent.

Erich





reply via email to

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