From: George Mauer <gmauer@gmail.com>
To: Kyle Meyer <kyle@kyleam.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: How to get a block’s contents by name
Date: Fri, 27 Nov 2020 21:46:13 -0600 [thread overview]
Message-ID: <CA+pajWKjJ5hB8jabdAhCqJ8kwns86Ev9hrC6bhnENHqWSeksZg@mail.gmail.com> (raw)
In-Reply-To: <87y2imqkxt.fsf@kyleam.com>
[-- Attachment #1: Type: text/plain, Size: 641 bytes --]
Well that pains me on a software-engineer-aip-design level but that works!
Thanks a lot.
On Fri, Nov 27, 2020 at 8:22 PM Kyle Meyer <kyle@kyleam.com> wrote:
> George Mauer writes:
>
> > I'm trying to figure out how I could fetch the contents of another block
> by
> > name from an elisp script
> >
> > I've seen `org-sbe` but I just want to get the block contents, (ideally
> > with noweb and vars filled in - just as it would be tangled if we were to
> > tangle it)
> >
> > How do I do that?
>
> How about something like this?
>
> (save-excursion
> (goto-char (org-babel-find-named-block "b"))
> (org-babel-expand-src-block))
>
[-- Attachment #2: Type: text/html, Size: 1052 bytes --]
next prev parent reply other threads:[~2020-11-28 3:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-27 23:02 How to get a block’s contents by name George Mauer
2020-11-28 2:22 ` Kyle Meyer
2020-11-28 3:46 ` George Mauer [this message]
2020-11-28 14:13 ` John Kitchin
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=CA+pajWKjJ5hB8jabdAhCqJ8kwns86Ev9hrC6bhnENHqWSeksZg@mail.gmail.com \
--to=gmauer@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=kyle@kyleam.com \
/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).