From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akira Kyle Subject: setting org-html-htmlize-output-type as an export option Date: Mon, 08 Oct 2018 00:23:34 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9N5C-0006Ae-8F for emacs-orgmode@gnu.org; Mon, 08 Oct 2018 00:23:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9N54-0000nx-RC for emacs-orgmode@gnu.org; Mon, 08 Oct 2018 00:23:48 -0400 Received: from mail-wm1-x332.google.com ([2a00:1450:4864:20::332]:55856) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g9N53-0000nU-4o for emacs-orgmode@gnu.org; Mon, 08 Oct 2018 00:23:42 -0400 Received: by mail-wm1-x332.google.com with SMTP id 206-v6so6691605wmb.5 for ; Sun, 07 Oct 2018 21:23:39 -0700 (PDT) Received: from aMac (c-71-206-236-138.hsd1.pa.comcast.net. [71.206.236.138]) by smtp.gmail.com with ESMTPSA id 82-v6sm10566561wms.17.2018.10.07.21.23.36 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 07 Oct 2018 21:23:36 -0700 (PDT) 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: emacs-orgmode@gnu.org Hi, I've been trying to customize the css of my exported org mode files and projects and I've found that in different cases I want different settings for org-html-htmlize-output-type. For example in a org publish project I may want to set it to css while for certain individual files I want it to be inline-css. So far I've been just setting this as a file local variable, however it seems it would be useful to have an export option to customize this. That way I could set it once in say org-publish-project-alist. Does this seem like a reasonable addition or should I be setting this in with a different method? I did come across ~#+BIND:~ and it seems like this could perhaps be used to set org-html-htmlize-output-type inside a #+SETUPFILE: Thanks! Akira