emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Francesco Pizzolante" <fpz-djc/iPCCuDYQheJpep6IedvLeJWuRmrY@public.gmane.org>
To: mailing-list-org-mode <emacs-orgmode-mXXj517/zsQ@public.gmane.org>
Subject: [org-babel] Problem using result of code block with eval no
Date: Wed, 08 Apr 2015 11:15:58 +0200	[thread overview]
Message-ID: <vrivy4m3dlpt.fsf@example.com> (raw)

Hi,

I have an issue when I want to use the result of a code block which
I executed manually (C-c C-v C-e) and then marked with ':eval no'.

Here's what happen when I evaluate the following ECM with C-c C-v C-b:

- the Result1 code block uses the table1 result as input and returns the
  expected output;

- the Result2 code block which should use the table2 result as input,
  gets "nil" instead -- which seems wrong.

Any help is welcome.

Best regards,
 Francesco

--8<---------------cut here---------------start------------->8---
* Table1

#+name: table1
#+begin_src emacs-lisp
(setq my-table (quote ((0 "first") (1 "second") ("A" "third"))))
#+end_src

#+results: table1
| 0 | first  |
| 1 | second |
| A | third  |

* Result1

#+header: :var data=table1
#+begin_src emacs-lisp
data
#+end_src

#+results:
| 0 | first  |
| 1 | second |
| A | third  |

* Table2

#+name: table2
#+begin_src emacs-lisp :eval no
(setq my-table (quote ((0 "first") (1 "second") ("A" "third"))))
#+end_src

#+results: table2
| 0 | first  |
| 1 | second |
| A | third  |

* Result2

#+header: :var data=table2
#+begin_src emacs-lisp
data
#+end_src

#+results:
: nil
--8<---------------cut here---------------end--------------->8---

             reply	other threads:[~2015-04-08  9:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-08  9:15 Francesco Pizzolante [this message]
2015-07-20 23:36 ` [org-babel] Problem using result of code block with eval no Grant Rettke

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=vrivy4m3dlpt.fsf@example.com \
    --to=fpz-djc/ipccudyqhejpep6iedvlejwurmry@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.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).