From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: [BABEL] [BUG] Property ":exports: both" ignored when exporting subtree Date: Fri, 25 Feb 2011 17:15:34 +0100 Message-ID: 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=59105 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pt0KP-0003mP-7D for emacs-orgmode@gnu.org; Fri, 25 Feb 2011 11:15:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pt0KN-0007rj-Ow for emacs-orgmode@gnu.org; Fri, 25 Feb 2011 11:15:37 -0500 Received: from mail-qw0-f41.google.com ([209.85.216.41]:53828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pt0KN-0007rL-Kk for emacs-orgmode@gnu.org; Fri, 25 Feb 2011 11:15:35 -0500 Received: by qwd7 with SMTP id 7so1772310qwd.0 for ; Fri, 25 Feb 2011 08:15:34 -0800 (PST) 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: emacs-orgmode , Eric Schulte Hi, When exporting this buffer to pdf, the R code becomes evaluated and the code and the result becomes exported; but when I export only the "Here it does not work" subtree, the :exports: is ignored and only the code is exported; if I export only the "Here it works" subtree, the code and result are exported as ":export both" is used as a header argument. Cheers, Rainer * Her it does not work :PROPERTIES: :tangle: no :results: output org :exports: both :END: ** R code graph #+begin_src R pdf("pdf1.pdf") plot(runif(100)) dev.off() cat( "\n|--|--|\n", "|name|[[./pdf1.pdf]]|\n", "|--|--|\n" ) #+end_src * Here it works :PROPERTIES: :tangle: no :results: output org :exports: both :END: ** R code graph #+begin_src R :exports both pdf("pdf1.pdf") plot(runif(100)) dev.off() cat( "\n|--|--|\n", "|name|[[./pdf1.pdf]]|\n", "|--|--|\n" ) #+end_src --=20 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:=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