Re: [O] Adding a class to html export of a list

2012-12-08 Thread Christian Moe
Hi, Here's one: Do (require 'org-special-blocks) Then, you can use: #+BEGIN_nav - [[#][Home]] - [[#about][About]] - [[#contact][Contact]] #+END_nav Yours, Christian On 12/8/12 4:16 AM, Tony Day wrote: Hi, I would like to add a class to a list on html export. So, this: #+BEGIN_EXAMPLE - [

[O] Adding a class to html export of a list

2012-12-07 Thread Tony Day
Hi, I would like to add a class to a list on html export. So, this: #+BEGIN_EXAMPLE - [[#][Home]] - [[#about][About]] - [[#contact][Contact]] #+END_EXAMPLE becomes this: #+BEGIN_EXAMPLE Home About Contact #+END_EXAMPLE I've been back and forth through the docs and I can't place a way t