emacs-orgmode
[Top][All Lists]
Advanced

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

Re: processing a literal example line by line in a shell source block?


From: Greg Minshall
Subject: Re: processing a literal example line by line in a shell source block?
Date: Thu, 03 Nov 2022 19:14:07 -0700

Ihor,

> Try
> 
> #+name: lbl
> #+begin_example
> line 1
> line 2
> #+end_example
> 
> #+begin_src bash :var input=lbl :results output
>   echo "${input}"
> #+end_src

ah, the double quotes!  thanks very much!

cheers, Greg



reply via email to

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