From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Frankel Subject: Re: Tables orgmode2html styles Date: Tue, 01 Jul 2014 10:23:26 -0400 Message-ID: <781ed07415a9958b6f4fe9761f8dd5d9@mail.rickster.com> References: <53B12EBF.8060402@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1yyH-0003Ap-8t for emacs-orgmode@gnu.org; Tue, 01 Jul 2014 10:23:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1yy9-0000vd-Pv for emacs-orgmode@gnu.org; Tue, 01 Jul 2014 10:23:45 -0400 Received: from mail.rickster.com ([204.62.15.78]:49872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1yy9-0000vD-M9 for emacs-orgmode@gnu.org; Tue, 01 Jul 2014 10:23:37 -0400 In-Reply-To: <53B12EBF.8060402@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: silgon Cc: emacs-orgmode@gnu.org On 2014-06-30 05:32, silgon wrote: > Hello guys. I just wanted to say that when you're converting the tables > the properties of the tables are different. The properties are not > longer part of the parameters of the tag, they are part of the css > configuration. I realized that by using *org-reveal* to do my > presentations. Not really enough information here... But I am assuming that you mean that when you export an org-reveal slideshow the == tag does not contain any attributes like =border="2"=, etc. This is not a bug, but correct behavior. reveal exports the document as html5, and those attributes are not supported but must be defined in the CSS. If you would like to export org-mode files with embedded table attributes you need to use an html4 compatible format. rick