From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: css classes to tables in html export Date: Sun, 16 Feb 2014 22:31:04 +0100 Message-ID: <20140216213104.GA28092@koalpara.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WF9Iy-0003HL-D3 for emacs-orgmode@gnu.org; Sun, 16 Feb 2014 16:31:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WF9Ir-0004Oi-4g for emacs-orgmode@gnu.org; Sun, 16 Feb 2014 16:31:16 -0500 Received: from mail-ee0-f48.google.com ([74.125.83.48]:65512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WF9Iq-0004Oc-Uo for emacs-orgmode@gnu.org; Sun, 16 Feb 2014 16:31:09 -0500 Received: by mail-ee0-f48.google.com with SMTP id t10so6661743eei.7 for ; Sun, 16 Feb 2014 13:31:07 -0800 (PST) Received: from koalpara ([217.202.71.38]) by mx.google.com with ESMTPSA id o43sm49206030eef.12.2014.02.16.13.31.06 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 16 Feb 2014 13:31:06 -0800 (PST) Content-Disposition: inline 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 How do I add custom css classes to tables while publishing my project? Vikas