emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Zack Piper <zack@apertron.net>
To: emacs-orgmode@gnu.org
Subject: Re: Referring to an Org Babel variable in the invocation arguments to another Org Babel code block
Date: Sun, 1 Jan 2017 16:15:22 +0000	[thread overview]
Message-ID: <7c1389a5-10f5-dd79-5764-137ab48a9013@apertron.net> (raw)
In-Reply-To: <87d1gan3bl.fsf@nicolasgoaziou.fr>

[-- Attachment #1: Type: text/plain, Size: 690 bytes --]

Hi Nicolas,
I tried "c", and it gives me:

>>> c <<<

as the result.

I would like it to use the _variable_ "c", not the literal string.
So the result should be ">>> test <<<"

I've also cleaned up the Org I made (something went wrong when I pasted
it before, it missed an #+END_SRC)
Thanks!
#+NAME: block-1
#+BEGIN_SRC shell :var x="X"

echo ">>>" $x "<<<" #+END_SRC

#+END_SRC

#+BEGIN_SRC shell :var c="test" y=block-1("c")
echo $y
#+END_SRC

#+RESULTS:
: >>> c <<<

On 12/29/2016 03:49 PM, Nicolas Goaziou wrote:
>> #+NAME: block-1 #+BEGIN_SRC shell :var x="X" echo ">>>" $x "<<<"
>> #+END_SRC #+BEGIN_SRC shell :var c="test" y=block-1(c) echo $y
>> #+END_SRC #+RESULTS: : >>> $c <<< 


[-- Attachment #2: Type: text/html, Size: 1431 bytes --]

  reply	other threads:[~2017-01-01 16:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-27 13:02 Referring to an Org Babel variable in the invocation arguments to another Org Babel code block Zack Piper
2016-12-27 17:56 ` Charles C. Berry
2016-12-27 18:17   ` Zack Piper
2016-12-28 23:36     ` Zack Piper
2016-12-29 15:49     ` Nicolas Goaziou
2017-01-01 16:15       ` Zack Piper [this message]
2017-01-01 18:51         ` Charles C. Berry

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=7c1389a5-10f5-dd79-5764-137ab48a9013@apertron.net \
    --to=zack@apertron.net \
    --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).