emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* How to get the content of a code block by its name?
@ 2021-02-12  1:54 Rodrigo Morales
  2021-02-12  4:50 ` Kyle Meyer
  0 siblings, 1 reply; 3+ messages in thread
From: Rodrigo Morales @ 2021-02-12  1:54 UTC (permalink / raw)
  To: emacs-orgmode


* The question

Let's suppose I have this simple code block in a buffer (let's say
=A=)

#+NAME: five-numbers
#+begin_src bash
echo foo
seq 1 5
echo bar
#+end_src

How can I get the content of the code block with name =five-numbers=
as an string from any point in buffer =A=?

* Additional information

I'm asking this because I would like to have a function which would
help me insert a code block in the =:prologue= header argument of
another code block.

#+begin_src bash :prologue (get-code-block-as-string "five-numbers")
echo a
#+end_src

-- 
Greetings,
Rodrigo Morales.

IRC: rdrg109 (freenode)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-12 21:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-12  1:54 How to get the content of a code block by its name? Rodrigo Morales
2021-02-12  4:50 ` Kyle Meyer
2021-02-12 20:56   ` Rodrigo Morales

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).