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!