From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: export table html centered Date: Sat, 15 Aug 2009 21:13:50 -0400 Message-ID: <19718.1250385230@gamaville.dokosmarshall.org> References: <877hx5ow0g.fsf@online.de> <15041.1250365819@gamaville.dokosmarshall.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1McULM-00053L-OP for emacs-orgmode@gnu.org; Sat, 15 Aug 2009 21:15:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1McULI-0004xl-Ua for emacs-orgmode@gnu.org; Sat, 15 Aug 2009 21:15:32 -0400 Received: from [199.232.76.173] (port=35235 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McULI-0004xU-Q4 for emacs-orgmode@gnu.org; Sat, 15 Aug 2009 21:15:28 -0400 Received: from vms173001pub.verizon.net ([206.46.173.1]:56734) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1McULI-0007pF-HE for emacs-orgmode@gnu.org; Sat, 15 Aug 2009 21:15:28 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.159]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KOG00BSX3EU3F2E@vms173001.mailsrvcs.net> for emacs-orgmode@gnu.org; Sat, 15 Aug 2009 20:13:47 -0500 (CDT) In-reply-to: Message from Nick Dokos of "Sat, 15 Aug 2009 15:50:19 EDT." <15041.1250365819@gamaville.dokosmarshall.org> 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org, henry atting Nick Dokos wrote: > ... But if you don't mind using deprecated attributes, and assuming > you want *every* table centered, then customizing > > org-export-table-header-tags > > ... Correction: that should be org-export-html-table-tag Sorry about that - the BIND version below is correct. > should do it. You can also use #+BIND to do it per-file: > > ,---- > | #+BIND: org-export-html-table-tag "" > | | foo | bar | > | |-----+-----| > | | 1 | 2 | > | | 2 | 5 | > | | 3 | 10 | > `---- Thanks, Nick