From mboxrd@z Thu Jan 1 00:00:00 1970 From: rick@tamos.net Subject: Re: Is `head-include-scripts' flag reachable from OPTIONS? Date: Wed, 15 Feb 2017 20:56:05 +0000 Message-ID: <20170215205604.GI11184@tamos.net> References: <20170215174347.GH11184@tamos.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ce6ca-0003j3-Jf for emacs-orgmode@gnu.org; Wed, 15 Feb 2017 15:56:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ce6cW-000244-Mi for emacs-orgmode@gnu.org; Wed, 15 Feb 2017 15:56:16 -0500 Received: from cylon.tamos.net ([174.77.15.94]:32878) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ce6cW-00023o-IN for emacs-orgmode@gnu.org; Wed, 15 Feb 2017 15:56:12 -0500 Received: from localhost (localhost [127.0.0.1]) by cylon.tamos.net (Postfix) with ESMTP id 0814883CE3 for ; Wed, 15 Feb 2017 15:56:11 -0500 (EST) Received: from cylon.tamos.net ([127.0.0.1]) by localhost (cylon.tamos.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OPl1JJFSvw51 for ; Wed, 15 Feb 2017 15:56:10 -0500 (EST) Received: from auth2-smtp.messagingengine.com (auth2-smtp.messagingengine.com [66.111.4.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by cylon.tamos.net (Postfix) with ESMTPSA id 7358C810A1 for ; Wed, 15 Feb 2017 15:56:10 -0500 (EST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailauth.nyi.internal (Postfix) with ESMTP id 398F920B5C for ; Wed, 15 Feb 2017 15:56:10 -0500 (EST) Received: from tamos.net (ma.sdf.org [205.166.94.31]) by mail.messagingengine.com (Postfix) with ESMTPA id CB4D02436B for ; Wed, 15 Feb 2017 15:56:09 -0500 (EST) Content-Disposition: inline In-Reply-To: <20170215174347.GH11184@tamos.net> 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 On 15 Feb 2017, 13:43:34 -0500 Nick Dokos wrote: > #+BIND: org-html-head-include-scripts nil > > perhaps? Ah, yes. This works much better than what I had before, which was to put the following lines at the bottom of my source file. #+BEGIN_COMMENT Local Variables: eval: (setq org-html-head-include-scripts nil) End: #+END_COMMENT I didn't even know abot `#+BIND'. Many thanks!