From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: Problem with PROPERTIES :OPTIONS: when exporting subtree Date: Sat, 25 Sep 2010 16:16:47 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1304373238==" Return-path: Received: from [140.186.70.92] (port=51971 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzVYX-0001VL-QA for emacs-orgmode@gnu.org; Sat, 25 Sep 2010 10:16:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OzVYW-0003u1-5G for emacs-orgmode@gnu.org; Sat, 25 Sep 2010 10:16:49 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:38005) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OzVYW-0003tl-1u for emacs-orgmode@gnu.org; Sat, 25 Sep 2010 10:16:48 -0400 Received: by qwf7 with SMTP id 7so3511277qwf.0 for ; Sat, 25 Sep 2010 07:16:47 -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: Noorul Islam Cc: emacs-orgmode --===============1304373238== Content-Type: multipart/alternative; boundary=0015175cbac243224b0491162513 --0015175cbac243224b0491162513 Content-Type: text/plain; charset=ISO-8859-1 On Sat, Sep 25, 2010 at 4:15 PM, Rainer M Krug wrote: > > > On Sat, Sep 25, 2010 at 4:05 PM, Noorul Islam wrote: > >> 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 >> 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? >> > > Well - As it says in the org manual in 12.2 Export options, > author: > turn on/off inclusion of author name/email into exported file > > timestamp: turn on/off inclusion creation time into exported file > etc. > > So I effectively expected that I don't have a header, no toc and no > timestamp. So effectively (what I would like to have) only the second page > (the table) of the pdf. > Should have read: So effectively (what I would like to have) everything below "Contents", i.e. only the table as a pdf. > Rainer > > > > >> Thanks and Regards >> Noorul >> > > > > -- > NEW GERMAN FAX NUMBER!!! > > Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, > UCT), Dipl. Phys. (Germany) > > Centre of Excellence for Invasion Biology > Natural Sciences Building > Office Suite 2039 > Stellenbosch University > Main Campus, Merriman Avenue > Stellenbosch > South Africa > > Cell: +27 - (0)83 9479 042 > Fax: +27 - (0)86 516 2782 > Fax: +49 - (0)321 2125 2244 > email: Rainer@krugs.de > > Skype: RMkrug > Google: R.M.Krug@gmail.com > > -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Natural Sciences Building Office Suite 2039 Stellenbosch University Main Campus, Merriman Avenue Stellenbosch South Africa Cell: +27 - (0)83 9479 042 Fax: +27 - (0)86 516 2782 Fax: +49 - (0)321 2125 2244 email: Rainer@krugs.de Skype: RMkrug Google: R.M.Krug@gmail.com --0015175cbac243224b0491162513 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On Sat, Sep 25, 2010 at 4:15 PM, Rainer = M Krug <r.m.krug= @gmail.com> wrote:


On Sat= , Sep 25, 2010 at 4:05 PM, Noorul Islam <noorul@noorul.com> = wrote:
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 docum= ent. 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 | =A0C |
> |---+---+----|
> | 1 | 2 | 33 |
> | =A0 | =A0 | =A0 =A0|
> ###################################
> --

What are you expecting as output?

Well - As it says in the org manual in =A012.2 Export options,=
author:
turn on/off inclusion of author name/emai= l into exported file

timestamp: turn on/off inclusion creation ti= me into exported file
etc.

So I ef= fectively expected that I don't have a header, no toc and no timestamp.= So effectively (what I would like to have) only the second page (the table= ) of the pdf.

Should have read:=A0
So ef= fectively=A0(what I would like to have) everything below "Contents&quo= t;, i.e. only the table as a pdf.


Rainer




Thanks and Regards
Noorul



--
NEW GERMAN FAX NUMBER!!!

Rainer M. Krug, PhD (Co= nservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Ger= many)

Centre of Excellence for Invasion Biology
Natural Sciences Building
Office Suite 2039
Stellenbosch UniversityMain Campus, Merriman Avenue
Stellenbosch
South Africa

Cell:= =A0 =A0 =A0 =A0 =A0=A0 +27 - (0)83 9479 042
Fax:=A0 =A0 =A0 =A0 =A0 =A0 = +27 - (0)86 516 2782
Fax:=A0 =A0 =A0 =A0 =A0 =A0 +49 - (0)321 2125 2244
email:=A0 =A0 =A0 =A0= =A0 Rainer@krugs.de

Skype:=A0 =A0 =A0 =A0 =A0 RMkrug
Google:=A0 =A0 =A0 =A0=A0
R.M.Krug@gmail.com=




--
NEW GERMAN = FAX NUMBER!!!

Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (= Conservation Biology, UCT), Dipl. Phys. (Germany)

Centre of Excellen= ce for Invasion Biology
Natural Sciences Building
Office Suite 2039
Stellenbosch UniversityMain Campus, Merriman Avenue
Stellenbosch
South Africa

Cell:= =A0 =A0 =A0 =A0 =A0=A0 +27 - (0)83 9479 042
Fax:=A0 =A0 =A0 =A0 =A0 =A0 = +27 - (0)86 516 2782
Fax:=A0 =A0 =A0 =A0 =A0 =A0 +49 - (0)321 2125 2244
email:=A0 =A0 =A0 =A0= =A0 Rainer@krugs.de

Skype:= =A0 =A0 =A0 =A0 =A0 RMkrug
Google:=A0 =A0 =A0 =A0=A0 R.M.Krug@gmail.com

--0015175cbac243224b0491162513-- --===============1304373238== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1304373238==--