emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
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] Inconsistencies/bug with :results raw
Date: Wed, 02 Mar 2011 07:34:03 -0700	[thread overview]
Message-ID: <871v2py3gr.fsf@gmail.com> (raw)
In-Reply-To: AANLkTi=UX7+PDC57fMHCRfnsLy7=ZqSocjoOZihj9KAg@mail.gmail.com

Hi Rainer,

Rainer M Krug <r.m.krug@gmail.com> writes:

> Hi
>
> When exporting this org document to pdf, I get the attached pdf. There
> are some inconsistencies in the export:
>
> 1) if I use :results once or twice makes a difference
> 2) when using :results twice, the result s not the same as the
> combined nor the second :result value.
> 3) when using :results raw, no results at all are exported (expected).
> 4) If each code block is previously evaluated, the exported pdf
> differs from the origial one,
>
> I do not assume, that this is caused by my configuration, but I attach
> my emacs.org anyway.
>
> Cheers,
>
> Rainer
>
> * Version 1
> This version only prints the org code for the table, but does not interprets it.
> #+begin_src R :exports both :results output raw
>   pdf("pdf1.pdf")
>   plot(runif(100))
>   dev.off()
>   cat(
>       "\n|--|--|\n",
>       "|name|[[./pdf1.pdf]]|\n",
>       "|--|--|\n"
>       )
> #+end_src
>

If you remove the leading "\n" from before the table in your cat call,
then the output will be table-aligned.  Also, this will have the result
of allowing Babel to remove the existing table on subsequent
evaluations.

>
>
>
> * Version 2
> This version prints the table including the graph as expected, but
> :results is used twice as a header argument.
> #+begin_src R :results output :exports both :results raw
>   pdf("pdf1.pdf")
>   plot(runif(100))
>   dev.off()
>   cat(
>       "\n|--|--|\n",
>       "|name|[[./pdf1.pdf]]|\n",
>       "|--|--|\n"
>       )
> #+end_src
>

Oh, thanks for catching this behavior (the difference based on splitting
of :results across two header arguments).  I've just pushed up a fix.

>
>
>
> * Version 3
> Finally this version does only export the R code
> #+begin_src R :exports both :results raw
>   pdf("pdf1.pdf")
>   plot(runif(100))
>   dev.off()
>   cat(
>       "\n|--|--|\n",
>       "|name|[[./pdf1.pdf]]|\n",
>       "|--|--|\n"
>       )
> #+end_src

Best -- Eric

      reply	other threads:[~2011-03-02 14:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-02 11:42 [babel] Inconsistencies/bug with :results raw Rainer M Krug
2011-03-02 14:34 ` 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=871v2py3gr.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).