From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Adding a class to html export of a list Date: Sun, 09 Dec 2012 07:46:48 +0100 Message-ID: <50C433D8.1080304@christianmoe.com> References: <1531E22F-8B1D-4049-BD0B-AC3B0320A2AE@gmail.com> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThaYi-0002vs-K1 for emacs-orgmode@gnu.org; Sun, 09 Dec 2012 01:40:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ThaYh-0007K0-On for emacs-orgmode@gnu.org; Sun, 09 Dec 2012 01:40:16 -0500 Received: from b1.hitrost.net ([91.185.211.67]:48455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThaYh-0007Ju-Ie for emacs-orgmode@gnu.org; Sun, 09 Dec 2012 01:40:15 -0500 In-Reply-To: <1531E22F-8B1D-4049-BD0B-AC3B0320A2AE@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Tony Day Cc: "emacs-orgmode@gnu.org" 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 > - [[#][Home]] > - [[#about][About]] > - [[#contact][Contact]] > #+END_EXAMPLE > > becomes this: > > #+BEGIN_EXAMPLE > > #+END_EXAMPLE > > I've been back and forth through the docs and I can't place a way to > do it, other than to drop back to raw html (and I love my plain > lists). > > Any help appreciated. > > tony > > >