Hi Rainer,
My guess would be that the `htmlize-buffer' command which is used to
fontify code in html export is choking because the elisp below is
defining new fonts for R code. If htmlize-buffer can't find the
definitions for these fonts then it will throw an error.
I'm not sure what the solutio
Hi Eric
I traced the problem to the following section in my emacs.org file:
* Syntax highlighting for functions in R
based on https://mail.google.com/mail/#label/Lists%2FESS/125131ed24688970
The following code needs to be run in R:
obj <- do.call("c", sapply(c("package:base", "package:stat
On Thu, Jul 1, 2010 at 5:55 PM, Eric Schulte wrote:
> Hi Rainer,
>
Hi Eric,
>
> 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 al
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 st
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.
In addition: if I specify :session *R* in #:BABEL: , the code