From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Possible to Change Export Options Mid-Export? Date: Fri, 06 Oct 2017 19:22:31 +0200 Message-ID: <87o9pki42w.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0WKc-0005ZW-IY for emacs-orgmode@gnu.org; Fri, 06 Oct 2017 13:22:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0WKZ-00011m-V9 for emacs-orgmode@gnu.org; Fri, 06 Oct 2017 13:22:38 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:38140) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e0WKZ-00010g-PQ for emacs-orgmode@gnu.org; Fri, 06 Oct 2017 13:22:35 -0400 In-Reply-To: (Keith Sutton's message of "Fri, 6 Oct 2017 10:18:32 -0700") 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" To: Keith Sutton Cc: emacs-orgmode@gnu.org Hello, Keith Sutton writes: > The HTML export in ox-html.el has > org-html-table-use-header-tags-for-first-column. I have an org > document with a few tables. One of them is a grid to read off the > intersection of row and column, and should use header tags for the > first column. The rest are normal tables with a single table header. > Is it somehow possible to change this option for the one table and > then change it back? It is not possible. Maybe tweaking CSS could help. > Similar question for smart quotes. Mostly I want them on, except for a > table or paragraph where I don't (and verbatim or code formatting > doesn't quite seem like the right thing to do). Don't use them in the table or paragraph. For example, you can use \quot to insert a double quote. See `org-entities'. Regards, -- Nicolas Goaziou