From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam Subject: Re: Problem with PROPERTIES :OPTIONS: when exporting subtree Date: Sat, 25 Sep 2010 19:35:51 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=55486 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzVO1-0006tG-AU for emacs-orgmode@gnu.org; Sat, 25 Sep 2010 10:06:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OzVNw-0002IH-C6 for emacs-orgmode@gnu.org; Sat, 25 Sep 2010 10:05:57 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:48494) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OzVNw-0002I2-9n for emacs-orgmode@gnu.org; Sat, 25 Sep 2010 10:05:52 -0400 Received: by gyf3 with SMTP id 3so1871580gyf.0 for ; Sat, 25 Sep 2010 07:05:51 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer M Krug Cc: emacs-orgmode On Sat, Sep 25, 2010 at 4:02 PM, Rainer M Krug 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 on= ly > 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 - b= ut > 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 | =A0C | > |---+---+----| > | 1 | 2 | 33 | > | =A0 | =A0 | =A0 =A0| > ################################### > -- What are you expecting as output? Thanks and Regards Noorul