From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Pure CSS in HTML export? Date: Wed, 3 Mar 2010 13:31:32 +0100 Message-ID: <5AD183A4-CDF8-4C23-8CC9-0BE359C95573@gmail.com> References: <20100301130156.65104363@yahoo.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nmnjl-0006WA-DM for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 07:31:37 -0500 Received: from [140.186.70.92] (port=46950 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nmnjk-0006W0-Ik for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 07:31:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nmnjj-0004tR-VI for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 07:31:36 -0500 Received: from ey-out-1920.google.com ([74.125.78.144]:17941) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nmnjj-0004tM-PT for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 07:31:35 -0500 Received: by ey-out-1920.google.com with SMTP id 26so279009eyw.34 for ; Wed, 03 Mar 2010 04:31:35 -0800 (PST) In-Reply-To: <20100301130156.65104363@yahoo.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Uriel Avalos Cc: emacs-orgmode@gnu.org Hi Uriel, Much of the hard-coded formatting can be changed or removed by changing the corresponding variables. In your case, for example `org- export-html-table-tag'. HTH - Carsten On Mar 1, 2010, at 7:01 PM, Uriel Avalos wrote: > Hi. I just noticed that when I export a file to HTML, certain things > are hardcoded into the HTML (like table borders and cellpadding). Is > there a way to disable that feature globally? I would rather use CSS > to style my tables... > > -- > --Thanks! > Uriel > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten