Hi,
In http://orgmode.org/manual/CSS-support.html , I can see how to style
Org-Mode's existing CSS classes in my exported HTML document. What I can’t see
is how to add a custom class to a code section, something like this:
#+BEGIN_SRC R :class foo
system.time( result <- doSomething() )
#+END_S
> -Original Message-
> From: Bastien Guerry [mailto:bastiengue...@gmail.com] On Behalf Of
>
> Yes, I added a note to http://orgmode.org/elpa.html so as to make sure
> people will also check the manual.
Thanks much.
-Ken
CONFIDENTIALITY NOTICE: This e-
> -Original Message-
> From: Bastien Guerry [mailto:bastiengue...@gmail.com]
>
> "Williams, Ken" writes:
>
> > Is that messed up? I’m supposed to have version 8.2.6 at this point,
> > right?
>
> Please carefully read the Installation instruc
I'm using GNU Emacs 24.3.1 on Windows 7.
I just did an elpa-install (M-x list-packages, hit 'i' on the 'org' line, and
then hit 'x'. In my .emacs file I had
(require 'package)
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/";) t)
Everything seemed to go fine. Then when
Hi,
I have a small orgmode document with a \begin{align} section for a few
equations. I can successfully export to HTML using MathJax, but I need a nice
little self-contained document, so I'm trying to use dvipng. Unfortunately it
keeps exporting with MathJax.
Here's my document:
==