* Tables and aligning columns
@ 2012-09-26 15:08 Erich Neuwirth
2012-09-26 17:20 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Erich Neuwirth @ 2012-09-26 15:08 UTC (permalink / raw)
To: Org Mode
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Tables and aligning columns
2012-09-26 15:08 Tables and aligning columns Erich Neuwirth
@ 2012-09-26 17:20 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2012-09-26 17:20 UTC (permalink / raw)
To: Erich Neuwirth; +Cc: Org Mode
Erich Neuwirth <erich.neuwirth@univie.ac.at> writes:
> #+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.
As I told you, the new exporter handles this.
The new exporter is *not* in latest Org ELPA package.
> 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.
I can't reproduce this.
--
Bastien
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-26 17:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-26 15:08 Tables and aligning columns Erich Neuwirth
2012-09-26 17:20 ` Bastien
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.