From: "Eric Schulte" <schulte.eric@gmail.com>
To: Rainer M Krug <r.m.krug@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: [BABEL] [BUG] Property ":exports: both" ignored when exporting subtree
Date: Tue, 01 Mar 2011 10:38:47 -0700 [thread overview]
Message-ID: <87oc5u4u2p.fsf@gmail.com> (raw)
In-Reply-To: AANLkTimRi+m=A6x2BssGz9Q=r=3Y9rFVm-ZR4mBD65BH@mail.gmail.com
>
> OK - further test:
>
> after an update this morning to Org-mode version 7.4
> (release_7.4.553.g83b7) even the export of the whole document top pdf,
> does not include the graphs. In contrast, when using 7.01g with the
> same emacs.org file, the export of the complete document includes the
> graphs, although on 7.01g, no subtree export does include an graph.
>
Hi Rainer,
So you want the Org-mode syntax text returned by R, to be interpreted as
Org-mode and then further processed by the latex exporter to convert the
"|name|[[./pdf1.pdf]]|" line into a latex table with an embedded graph?
In that case you should add the ":results raw" header argument to your
code block so that the results of the code block are not escaped.
Best -- Eric
>
> With Org-mode version 7.4 (release_7.4.553.g83b7), no export of any
> subtree included any graph.
>
> I attach my (longish) emacs.org file ant the init.el, but I do not
> think there is a problem in there.
>
> Cheers,
>
> Rainer
>
>
>>>
>>> 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
>>
prev parent reply other threads:[~2011-03-01 17:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-25 16:15 [BABEL] [BUG] Property ":exports: both" ignored when exporting subtree Rainer M Krug
2011-02-27 21:24 ` Eric Schulte
2011-02-28 11:12 ` Rainer M Krug
2011-03-01 17:38 ` Eric Schulte [this message]
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=87oc5u4u2p.fsf@gmail.com \
--to=schulte.eric@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=r.m.krug@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).