emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Zack Piper <zack@apertron.net>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Referring to an Org Babel variable in the invocation arguments to another Org Babel code block
Date: Tue, 27 Dec 2016 13:02:47 +0000	[thread overview]
Message-ID: <87inq51q4o.fsf@apertron.net> (raw)

Hi all,

Hopefully the below can explain better:

    #+NAME: abc
    #+BEGIN_SRC shell :noweb yes :var a="b" :results output
    echo <<EOF
    $a
    1
    EOF
    #+END_SRC

    #+NAME: def
    #+BEGIN_SRC shell :noweb yes :var c="d" :results output
    echo <<EOF
    <<abc(c)>>
    1
    EOF
    #+END_SRC

    #+RESULTS: def
    : 


Pressing `C-c C-c' on the second block returns:


org-babel-ref-resolve: Reference ‘c’ not found in this buffer


Org version: 9.0.3


Thanks!

-- 
Zack Piper          System administrator
        https://apertron.net            

             reply	other threads:[~2016-12-27 13:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-27 13:02 Zack Piper [this message]
2016-12-27 17:56 ` Referring to an Org Babel variable in the invocation arguments to another Org Babel code block 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
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=87inq51q4o.fsf@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).