From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: Babel R source blocks problem Date: Sat, 28 Jan 2017 14:18:14 -0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cXbK9-0006xG-8b for emacs-orgmode@gnu.org; Sat, 28 Jan 2017 17:18:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cXbK6-00015r-3E for emacs-orgmode@gnu.org; Sat, 28 Jan 2017 17:18:21 -0500 Received: from iport-acv4-out.ucsd.edu ([132.239.0.7]:19174) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1cXbK5-00014p-Ly for emacs-orgmode@gnu.org; Sat, 28 Jan 2017 17:18:18 -0500 In-Reply-To: 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: "Thomas S. Dye" Cc: org mode On Sat, 28 Jan 2017, Thomas S. Dye wrote: > Aloha Chuck, > [snip] > > Thanks, too, for asking about export. I'm giving a demo at a conference > this spring and the organizer has asked for a .rmd file, which is new to > me. I hope to produce it with your ox-ravel, also new to me, so I might > be pestering the list again :) > Fair enough! If you are running org-9.0 or later, please use the `org-9-plus' branch (the default, now) of ox-ravel. It has a lot more capabilities than the old `master' branch. The code is cleaner, too. :-) As far as .Rmd files go, =(require 'ox-ravel)= and (if not already done in your init) either =(require 'ox-md)= or selecting markdown from the customize menu should allow `C-c C-e r m' to export a buffer as .Rmd. A look at the `slidify-example.org' file in the `org-9-plus' branch of my (chasberry) `orgmode-accessories' github repo might be a good start with .Rmd exports even if you do not want to use `slidify'. Best, Chuck