From: Henrik Frisk <frisk.h@gmail.com>
To: Bill Burdick <bill.burdick@gmail.com>
Cc: org-mode-email <emacs-orgmode@gnu.org>
Subject: Re: Adding #+name to result block in babel
Date: Tue, 29 Nov 2022 23:13:44 +0100 [thread overview]
Message-ID: <CAO0LSb6yLNXh7AdQs9nUbHg875cMRWg4RBpw6b-MwRWO_v8V1g@mail.gmail.com> (raw)
In-Reply-To: <CAP6X8DhjDuSktgmirynBSSyPGg+hBWJpjHKTdyRix38tOCH0Ww@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1314 bytes --]
Den tis 29 nov. 2022 kl 06:20 skrev Bill Burdick <bill.burdick@gmail.com>:
> Hi Henrik,
>
> On Tue, Nov 29, 2022 at 2:11 AM Henrik Frisk <frisk.h@gmail.com> wrote:
>
>> Hi,
>>
>> Maybe I'm missing something obvious but is it possible to have a name be
>> added to the result block such as running:
>>
>> #+begin_src shell
>> echo "Hello"
>> #+end_src
>>
>> results in
>>
>> #+RESULTS:
>> #+name: my_result
>> : Hello
>>
>> Thank you!
>>
>
> Name your block, like this:
> #+name: my_result
> #+begin_src sh
> echo hello
> #+end_src
>
> When you evaluate it, you'll get this:
>
> #+name: my_result
> #+begin_src sh
> echo hello
> #+end_src
>
> #+RESULTS: my_result
> : hello
>
> Then you can use the result like this:
>
> #+begin_src sh :var value=my_result
> echo $value
> #+end_src
>
> #+RESULTS:
> : hello
>
Thank you! That was good to be reminded of, but I should have been more
explicit in my first email. I'm working with a language (sclang) that for
various reasons does not have support for variables in this way. The only
option I have to include the results from one block is by using a noweb
referens:
#+begin_src shell
echo "Hello"
#+end_src
#+RESULTS:
#+name: my_result
: Hello
#+begin_src sclang :noweb yes
<<my_result>>
#+end_src
[-- Attachment #2: Type: text/html, Size: 2404 bytes --]
next prev parent reply other threads:[~2022-11-29 22:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-29 1:10 Adding #+name to result block in babel Henrik Frisk
2022-11-29 5:19 ` Bill Burdick
2022-11-29 22:13 ` Henrik Frisk [this message]
2022-12-04 12:25 ` Johan Tolö
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=CAO0LSb6yLNXh7AdQs9nUbHg875cMRWg4RBpw6b-MwRWO_v8V1g@mail.gmail.com \
--to=frisk.h@gmail.com \
--cc=bill.burdick@gmail.com \
--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).