On Sat, Sep 25, 2010 at 4:02 PM, Rainer M Krug <
r.m.krug@gmail.com> wrote:
> Hi
> I hava a problem with exporting to LaTeX.
> I want to export a table to latex. I put it into a subtree, containing only
> the table, i.e. no headers, as I want to include it into another document. I
> thought, that using the :OPTIONS: property, I can disable the headers - but
> it does not seem to be working - am I missing something?
> For a small example, see below. The resulting pdf is attached.
> version: Org-mode version 7.01trans (release_7.01h.514.g878d)
> Thanks,
> Rainer
>
>
> ###################################
> * Table of Parameter
> The parameters are as follow:
> ** The Table
> :PROPERTIES:
> :EXPORT_FILE_NAME: table
> :OPTIONS: H:0 num:f toc:f author:f timestamp:f creator:f
> :END:
> | A | B | C |
> |---+---+----|
> | 1 | 2 | 33 |
> | | | |
> ###################################
> --
What are you expecting as output?