emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Adding #+name to result block in babel


From: Henrik Frisk
Subject: Adding #+name to result block in babel
Date: Tue, 29 Nov 2022 02:10:53 +0100

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!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]