[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] running a source code by name
From: |
Berry, Charles |
Subject: |
Re: [O] running a source code by name |
Date: |
Wed, 30 May 2018 16:16:53 +0000 |
> On May 29, 2018, at 11:59 PM, Julian M. Burgos <address@hidden> 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
Re: [O] running a source code by name, Nick Dokos, 2018/05/28