T.F. Torrey <tftor...@tftorrey.com> wrote: > ... > This almost works, I think ... > > #+name: snippet-awesome > #+begin_src org :exports results :results raw > Snippet of awesome text that changes sometimes. > #+end_src > > #+HTML: <p class="foo"> > #+CALL: snippet-awesome :results raw > #+HTML: </p> > > ... except that it doesn't actually export anything, and changing > :exports to none doesn't help. And neither does removing the :results > raw from the call. > > If it did work, it would be closer to what I had. Not perfect, but > closer. >
The way I read the doc, you need to say #+CALL: snippet-awesome[:results raw]() Nick