From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: css classes to tables in html export Date: Sat, 22 Feb 2014 21:57:35 +0100 Message-ID: <20140222205735.GA8243@koalpara.local> References: <20140216213104.GA28092@koalpara.local> <20140217202213.GA11005@eyeBook> <20140218170850.GA30415@koalpara.local> <20140219210744.GA45661@eyeBook> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHVmY-0001MR-R8 for emacs-orgmode@gnu.org; Sun, 23 Feb 2014 04:55:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHVmR-0007HK-Cn for emacs-orgmode@gnu.org; Sun, 23 Feb 2014 04:55:34 -0500 Received: from mail-ee0-f51.google.com ([74.125.83.51]:51263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHVmR-0007H1-6v for emacs-orgmode@gnu.org; Sun, 23 Feb 2014 04:55:27 -0500 Received: by mail-ee0-f51.google.com with SMTP id b57so2510011eek.24 for ; Sun, 23 Feb 2014 01:55:25 -0800 (PST) Received: from koalpara ([151.19.244.139]) by mx.google.com with ESMTPSA id j42sm49216355eep.21.2014.02.23.01.55.24 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 23 Feb 2014 01:55:24 -0800 (PST) Content-Disposition: inline In-Reply-To: <20140219210744.GA45661@eyeBook> 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: emacs-orgmode > > So, use the class attribute. > > #+ATTR_HTML: :class table table-striped table-bordered table-condensed > | a | b | c | > |---+---+---| > | 1 | 2 | 3 | Thanks. That's what I need. Vikas