emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rainer M Krug <r.m.krug@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>,
	Eric Schulte <schulte.eric@gmail.com>
Subject: [BABEL] [BUG] Property ":exports: both" ignored when exporting subtree
Date: Fri, 25 Feb 2011 17:15:34 +0100	[thread overview]
Message-ID: <AANLkTiksQn40ego4-=JV2orhMAO3f5iUTeearZffJd62@mail.gmail.com> (raw)

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

-- 
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

             reply	other threads:[~2011-02-25 16:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-25 16:15 Rainer M Krug [this message]
2011-02-27 21:24 ` [BABEL] [BUG] Property ":exports: both" ignored when exporting subtree Eric Schulte
2011-02-28 11:12   ` Rainer M Krug
2011-03-01 17:38     ` Eric Schulte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTiksQn40ego4-=JV2orhMAO3f5iUTeearZffJd62@mail.gmail.com' \
    --to=r.m.krug@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=schulte.eric@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).