> On May 29, 2018, at 11:59 PM, Julian M. Burgos <julian.bur...@hafogvatn.is>
> wrote:
>
> I am building an org template to create html presentations using the R
> package xaringan. In my case each slide is a markdown source block.
> The elisp block tangles everything into a Rmd file, and the R block runs
> rmarkdown::render and opens the resulting html file in a browser.
>
Oh.
Maybe ox-ravel would save you some steps. It can turn *.org into *.Rmd with R,
C/C++, and other language chunks.
For examples, see the slidify.org and demos.org files at
https://github.com/chasberry/orgmode-accessories
HTH,
Chuck