From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Berry, Charles" Subject: Re: running a source code by name Date: Wed, 30 May 2018 16:16:53 +0000 Message-ID: References: <87h8mrq25l.fsf@gmail.com> <790089EC-9901-4115-9F0C-7B9F0A913B0A@ucsd.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fO3n7-0006FO-0K for emacs-orgmode@gnu.org; Wed, 30 May 2018 12:17:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fO3n3-0007X1-QM for emacs-orgmode@gnu.org; Wed, 30 May 2018 12:17:36 -0400 Received: from iport-acv5-out.ucsd.edu ([132.239.0.10]:5750) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1fO3n3-0007LT-BX for emacs-orgmode@gnu.org; Wed, 30 May 2018 12:17:33 -0400 In-Reply-To: Content-Language: en-US Content-ID: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "Julian M. Burgos" Cc: Eric S Fraga , emacs-orgmode , John Kitchin > On May 29, 2018, at 11:59 PM, Julian M. Burgos wrote: >=20 > 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. >=20 Oh.=20 Maybe ox-ravel would save you some steps. It can turn *.org into *.Rmd wit= h R, C/C++, and other language chunks. For examples, see the slidify.org and demos.org files at=20 https://github.com/chasberry/orgmode-accessories HTH, Chuck=