From mboxrd@z Thu Jan 1 00:00:00 1970 From: tftorrey@tftorrey.com (T.F. Torrey) Subject: BIND org-html-style-include-* Date: Tue, 12 Feb 2013 03:16:52 -0700 Message-ID: <87zjz9vnu3.fsf@lapcat.tftorrey.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5CwZ-0000cZ-Cg for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 05:18:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5CwS-0004UV-AI for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 05:18:31 -0500 Received: from mail-pa0-f52.google.com ([209.85.220.52]:38645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5CwS-0004UD-2t for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 05:18:24 -0500 Received: by mail-pa0-f52.google.com with SMTP id fb1so7323pad.39 for ; Tue, 12 Feb 2013 02:18:23 -0800 (PST) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, In my files, this used to work to suppress the default styles and javascript: #+BIND: org-export-html-style-include-default nil #+BIND: org-export-html-style-include-scripts nil Now, I have these: #+BIND: org-html-style-include-default nil #+BIND: org-html-style-include-scripts nil But they seem to be silently ignored, though if I setq the values ahead of time, the output is suppressed. Can these still be set using BIND? If so, what am I doing wrong? Also, the value of org-html-mathjax-template seems to be output now by default, and I don't remember seeing it before. Is this an intended change? If so, how can it be suppressed? (If not ... ???) Emacs: GNU Emacs 24.3.50.1 (i686-pc-linux-gnu, GTK+ Version 3.6.0) of 2012-12-24 on menkib, modified by Debian Package: Org-mode version 7.9.3e (7.9.3e-970-g728c0e @ /home/tftorrey/.emacs.d/elisp/org/lisp/) Best regards, Terry -- T.F. Torrey