[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to wrap Org code generated by a source block?
From: |
Berry, Charles |
Subject: |
Re: How to wrap Org code generated by a source block? |
Date: |
Tue, 10 Nov 2020 20:13:34 +0000 |
> On Nov 10, 2020, at 10:10 AM, Diego Zamboni <diego@zzamboni.org> wrote:
>
> I tried also with =:wrap src org=, but then upon export it's exported
> literally as Org src code, instead of interpreted as such. The drawer was
> exactly what I needed, and allows reevaluation of the block, replacing all
> the results correctly.
>
If you have loaded `ob-org.el', this is the moral equivalent to drawer:
#+header: :wrap "src org :exports results :results replace"
But it is so awkward, I would not use it.
HTH,
Chuck