From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: Anyone using or interested in an org to Rmarkdown exporter? Date: Sat, 1 Nov 2014 10:31:03 -0700 Message-ID: References: <87wq7fm1fj.fsf@gmx.us> Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-2019644731-1414863064=:591" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkcW8-0002OD-Qs for emacs-orgmode@gnu.org; Sat, 01 Nov 2014 13:31:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XkcW3-0000O8-A6 for emacs-orgmode@gnu.org; Sat, 01 Nov 2014 13:31:12 -0400 Received: from iport-acv1-out.ucsd.edu ([132.239.0.176]:56047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkcW3-0000O2-1q for emacs-orgmode@gnu.org; Sat, 01 Nov 2014 13:31:07 -0400 In-Reply-To: <87wq7fm1fj.fsf@gmx.us> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rasmus , Grant Rettke Cc: emacs-orgmode@gnu.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-2019644731-1414863064=:591 Content-Type: TEXT/PLAIN; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT On Sat, 1 Nov 2014, Rasmus wrote: > Hello, > > Grant Rettke writes: > >> • Does one exist and I missed it? > > Are you aware of this project? > > https://github.com/chasberry/orgmode-accessories > > —Rasmus Thanks for this, Rasmus. Grant, If ox-ravel is something you are interested, I recommend that you tryout the `ravel-lang' branch. In addition to the examples in the master branch, there is `demos.org' with some simple examples. As to Thorsten's query: ,---- | what would acutally be the benefit of using RMarkdown over Org-mode, | or put it another way - when you already use RMarkdown, why do you | need Org-mode too? And if you use Org-mode, what does RMarkdown add to | the table? `---- There is some discussion of this in the README.org... If you already use org-mode: You get access to Sweave, knitr, slidify, pander, et cetera. Their `chunk' options (akin to babel header args) can be easier to use than header args for complicated displays. Dependency aware caching of R objects is available in those engines and its lack in Babel [1] is a serious impediment to working with long running computations. bioConductor vignettes can be authored in org-mode and exported for a suitable vignette engine. If you already use Rmarkdown, etc, you get the ease of editting and working in org-mode - cycling visibility of headlines, lists, src blocks, and results, and of storing results inline, previewing latex fragments, and all. HTH, Chuck [1] Yes, I do know that there is a :cache header arg. --0-2019644731-1414863064=:591--