[O] Add custom CSS class to code section?

2015-10-01 Thread Williams, Ken
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

Re: [O] Package shadowing?

2014-04-22 Thread Williams, Ken
> -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-

Re: [O] Package shadowing?

2014-04-22 Thread Williams, Ken
> -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

[O] Package shadowing?

2014-04-22 Thread Williams, Ken
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

[O] Can't get dvipng to work

2013-09-16 Thread Williams, Ken
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: ==