From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: [BABEL] html export for R not working, but for sh and others Date: Thu, 01 Jul 2010 08:55:25 -0700 Message-ID: <87mxubqjrm.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=56568 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUM6v-0003Gl-1m for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 11:55:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUM6t-0004mc-B5 for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 11:55:32 -0400 Received: from mail-px0-f169.google.com ([209.85.212.169]:59141) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUM6t-0004mW-51 for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 11:55:31 -0400 Received: by pxi17 with SMTP id 17so2127806pxi.0 for ; Thu, 01 Jul 2010 08:55:30 -0700 (PDT) In-Reply-To: (Rainer M. Krug's message of "Thu, 1 Jul 2010 10:14:13 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer M Krug Cc: emacs-orgmode Hi Rainer, Rainer M Krug writes: > Hi > > I am trying to export the attached test.org file to HTML, but I can only > export it, when I change the source block language to anything different > from R. > > I also attach my emacs.org file, but I am not doing any customisations to R. > I've just started up a minimal Emacs instance and loaded the babel portion of your attached config, but I am able to export your attached org file w/o error. A couple of questions. 1) are you able to export to latex? If so, then maybe the issue has to do with fontification of R code by htmlize-buffer 2) could you send in the actual error being reported by Emacs, or a stack trace? > > In addition: if I specify :session *R* in #:BABEL: , the code is > evaluated, even though I specified :exports code. Is this intended? > Yes, this is for Sweave like behavior. If you have a session specified for every block in the buffer, and you are exporting the buffer, there are cases when you need a block to be executed (e.g. because it sets the value of a variable used by a subsequent block) even though you *do not* want the results of the block included in the final document. To support these use cases, on export every block with a session is executed so that it's effects on the persist session takes place. Cheers -- Eric > > Thanks, > > Rainer