emacs-orgmode
[Top][All Lists]
Advanced

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

Re: How to get a table into a variable in a shell code block?


From: Greg Minshall
Subject: Re: How to get a table into a variable in a shell code block?
Date: Sat, 03 Apr 2021 21:45:49 +0300

William,

try

#+begin_src shell :results output :var n=numbers
echo ${n[1]}
#+end_src

cheers, Greg



reply via email to

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