From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: XHTML export - customizing via local variables Date: Fri, 02 Nov 2007 15:45:02 +0000 Message-ID: <878x5gbqip.fsf@bzg.ath.cx> References: <20071102121343.GD31416@atlantic.linksys.moosehall> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Inxlw-0005L6-PY for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 10:45:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Inxlu-0005I2-UA for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 10:45:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Inxlu-0005Hk-P4 for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 10:45:18 -0400 Received: from hu-out-0506.google.com ([72.14.214.224]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Inxlu-0000gN-Al for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 10:45:18 -0400 Received: by hu-out-0506.google.com with SMTP id 23so353276huc for ; Fri, 02 Nov 2007 07:45:17 -0700 (PDT) In-Reply-To: <20071102121343.GD31416@atlantic.linksys.moosehall> (Adam Spiers's message of "Fri, 2 Nov 2007 12:13:43 +0000") 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: org-mode mailing list Hi Adam, Adam Spiers writes: > Is org-export-html-style the only aspect of XHTML export which can be > customized via Local Variables? It would be nice to be able to > override org-export-html-table-tag per-file, for instance, but it > didn't work for me and I wasn't clever enough to figure out how the > code works from a quick glance. A buffer-local value for `org-export-html-table-tag' won't be of any help here, so you can't blame yourself :) Perhaps something like #+TABLE_TAG: would be useful so that `org-export-plist-vars' can know about a :table-tag property. I don't know -- Carsten would be of a wiser advice on this. -- Bastien