Re: [Orgmode] LaTeX export of tables

2009-10-20 Thread Carsten Dominik
On Oct 19, 2009, at 1:58 PM, Francesco Pizzolante wrote: Hi, Can I give this thread a bump? Hi Francesco, Org-mode LaTeX export is intended to give you a way to export your file as LaTeX. It can never hope to give you all the formatting options LaTeX has. Sure, what you are saying could

Re: [Orgmode] LaTeX export of tables

2009-10-19 Thread Darlan Cavalcante Moreira
If you are going to export only to LaTeX then you may just write the table in latex syntax. Org-mode will recognize the latex environment and export it as it is for latex. For HTML the table will be exported as a image, since it is a "latex table" instead of an "org-mode table". It is not as conve

Re: [Orgmode] LaTeX export of tables

2009-10-19 Thread Francesco Pizzolante
Hi, Can I give this thread a bump? Francesco Pizzolante wrote: > Hi, > > When exporting tables to LaTeX, I think it would be good to have the following > options to be able to define: > > - the table environment to be used: now we have the option to have tabular > and longtable, but I could

[Orgmode] LaTeX export of tables

2009-10-13 Thread Francesco Pizzolante
Hi, When exporting tables to LaTeX, I think it would be good to have the following options to be able to define: - the table environment to be used: now we have the option to have tabular and longtable, but I could also use array, tabular*, tabularx, tabulary, etc. The general rule