emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ahmadou Dicko <dicko.ahmadou@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Different behavior of exported results in org-babel
Date: Fri, 17 Jan 2014 16:36:14 +0000	[thread overview]
Message-ID: <CAP8THHVx+VuEi0q8PO+=WaD2a1uzB2n0mK5RAg-gbg69y67i5Q@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1385 bytes --]

Hi everyone,

I use the latest version of org-mode (from github) and I update it daily.
I noticed some changes recently in org-babel (ob-R).

Here's a sample code to explain the problem :

#+TITLE: Test export
#+AUTHOR: Ahmadou H. DICKO
#+PROPERTY: session *R*
#+PROPERTY: cache yes
#+PROPERTY: exports both
#+PROPERTY: tangle yes
#+OPTIONS: toc:nil

* Minimal example
 This works quite well
#+begin_src R :exports both :results output
mtcars[1:2, 1:2]
#+end_src

I just want the output without code but I have this
 'bf7c7b2c131fcf88c89639d10326a972f0ff25' before the code
#+begin_src R :exports results :results output
mtcars[1:2, 1:2]
#+end_src

I use emacs 24.3.1, org-version 8.2.5f (updated this morning) and R 3.0.2
You can find attached the sample code and output, if you have something
different please let me know.

Thanks for your help.


-- 
Ahmadou H. DICKO
statistician economist (Ingénieur Statisticien Économiste)
PhD candidate in Climate change economics
Faculty of economics and managment - Cheikh Anta Diop University
West African Science Service Center on Climate Change and Adaptated Land
Use (WASCAL)
Center for Development Research (ZEF) - University of Bonn
email : ahmadou.dicko@ucad.edu.sn
twitter : @dickoah
github : github/dickoa <https://github.com/dickoa>
tel : +221 33 827 55 16
portable: +221 77 123 81 69

[-- Attachment #1.2: Type: text/html, Size: 1906 bytes --]

[-- Attachment #2: example.html --]
[-- Type: text/html, Size: 6088 bytes --]

[-- Attachment #3: example.org --]
[-- Type: application/octet-stream, Size: 397 bytes --]

#+TITLE: Test export
#+AUTHOR: Ahmadou H. DICKO
#+PROPERTY: session *R*
#+PROPERTY: cache yes 
#+PROPERTY: exports both
#+PROPERTY: tangle yes
#+OPTIONS: toc:nil


* Minimal example
 
** with exports both
#+begin_src R :exports both :results output
mtcars[1:2, 1:2]
#+end_src
  

** with exports results only
#+begin_src R :exports results :results output 
mtcars[1:2, 1:2]
#+end_src
   

   
   

             reply	other threads:[~2014-01-17 16:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-17 16:36 Ahmadou Dicko [this message]
2014-01-17 19:04 ` Different behavior of exported results in org-babel Nick Dokos
2014-01-17 19:19   ` Ahmadou Dicko
2014-01-17 19:59     ` Nick Dokos
2014-01-18  0:32     ` Nick Dokos
2014-01-18 14:43       ` Nicolas Goaziou
2014-01-18 21:07         ` Ahmadou Dicko

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='CAP8THHVx+VuEi0q8PO+=WaD2a1uzB2n0mK5RAg-gbg69y67i5Q@mail.gmail.com' \
    --to=dicko.ahmadou@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).