emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Problem exporting code


From: Ken Williams
Subject: Re: [O] Problem exporting code
Date: Sun, 20 Jan 2013 22:57:47 -0600


On Sun, Jan 20, 2013 at 9:15 PM, Eric S Fraga <address@hidden> wrote:
Ken Williams <address@hidden> writes:

Unfortunately, downgrading to 7.8.11 didn't change the behavior - all code sections are still exported to HTML as class "example".
I also see that on one machine, using 7.9.2, I get the desired <pre class="src src-R"> tag for R code export.  I can't figure out what's making the difference though.

I'm grasping at straws here, having seldom exported to HTML, but have you loaded the languages for babel?

Yes, I believe that's set up properly, because I can do "C-c C-c" and it knows how to run my R sections and return the correct values.  Also, when I "describe org-babel-load-languages", I see:

org-babel-load-languages is a variable defined in `org.el'.
Its value is ((emacs-lisp . t)
 (sh . t)
 (R . t)
 (perl . t))

I'm grasping at straws too, not knowing my way around the elisp code very well. =)

 -Ken

reply via email to

[Prev in Thread] Current Thread [Next in Thread]