From: "Berry, Charles" via "General discussions about Org-mode." <emacs-orgmode@gnu.org>
To: Magnus Therning <magnus@therning.org>
Cc: Emacs Org Mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Using a code block as input to another code block
Date: Sun, 22 Nov 2020 17:26:08 +0000 [thread overview]
Message-ID: <6DE39B70-57CF-48E7-BD22-39D7140A2EA2@health.ucsd.edu> (raw)
In-Reply-To: <87d006z6kl.fsf@therning.org>
Inline.
> On Nov 21, 2020, at 2:30 PM, Magnus Therning <magnus@therning.org> wrote:
>
> I know I can use an example block (literal example) as input to a code
> block, but I haven't found a way to fontify examples. Since my input is
> code (JSON, and various programming languages) I would really like to
> have that, as well as the language's mode when editing by using
> ~org-edit-source-code~.
>
> A code block gives me fontification, but I haven't found a way to pass a
> code block as is to another code block.
>
> For instance, something like this:
>
> #+name: code-input
> #+begin_src C
> #include <foo.h>
> #+end_src
>
> #+begin_src bash :var input=input :results verbatim
> cat <<EOF | cpp
> ${input}
> EOF
> #+end_src
Sounds like you want the :noweb header and code chunks, viz.
#+begin_src bash :noweb yes :results verbatim
cat <<EOF | cpp
<<code-input>>
EOF
#+end_src
HTH,
Chuck
[deleted]
next prev parent reply other threads:[~2020-11-22 17:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-21 22:30 Using a code block as input to another code block Magnus Therning
2020-11-22 17:26 ` Berry, Charles via General discussions about Org-mode. [this message]
2020-11-23 11:39 ` Magnus Therning
2020-11-22 21:50 ` Mike Gauland
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=6DE39B70-57CF-48E7-BD22-39D7140A2EA2@health.ucsd.edu \
--to=emacs-orgmode@gnu.org \
--cc=ccberry@health.ucsd.edu \
--cc=magnus@therning.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).