emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sebastian Rose <sebastian_rose@gmx.de>
To: Stefan Vollmar <vollmar@nf.mpg.de>
Cc: mailing-list-org-mode Mode <emacs-orgmode@gnu.org>
Subject: Re: turn off inclusion of JavaScript helper code?
Date: Wed, 21 Apr 2010 00:22:43 +0200	[thread overview]
Message-ID: <87633l228c.fsf@gmx.de> (raw)
In-Reply-To: <B0562701-A5C5-4572-A76A-C2BF6A71824B@nf.mpg.de> (Stefan Vollmar's message of "Tue, 20 Apr 2010 22:31:29 +0200")

Stefan Vollmar <vollmar@nf.mpg.de> writes:
> Hello,
>
> in our org-mode generated HTML pages we find these snippets:
>
> <script type="text/javascript">
> <!--/*--><![CDATA[/*><!--*/
>  function CodeHighlightOn(elem, id)
>  { ...
>  }
>  function CodeHighlightOff(elem, id)
>  { ...
>  }
> /*]]>*///-->
> </script>
>
> We have just noticed that MS Internet Explorer complains that these
> lines pose a security risk (Firefox and Safari have no problem with
> them), deleting the JavaScript code solves the issue. I have found a
> link that might explain the problem:
> http://www.codingforums.com/archive/index.php/t-78039.html
>
> (the problem is limited to locally accessed HTML pages, not HTML
> content that is accessed over a network; we now use org-mode to
> generate a locally stored collection of online help files in HTML - so
> this is an awkward issue for us)


M-x customize-variable RET org-export-html-style-include-scripts


You can turn the inclusion off in your `org-export-projects-alist':

    :style-include-scripts nil



>
> As our pages do not need this JavaScript code anyway, having a switch that prevents this code from being included would be a good solution from our point of view. Naturally, we could have a "postprocessing" script to remove the offending lines before releasing the HTML content, however, that seems such a crude approach.
>
> Here is a suggestion, maybe there could be a new switch for #+OPTIONS:
>
> javascript: turn on/off inclusion of JavaScript helper code for code highlighting
>
> and while we are at it:
>
> css: turn on/off inclusion of stylesheet?



M-x customize-variable org-export-html-style-include-default RET


And per project in  `org-export-projects-alist':

   :style-include-default nil



HTH

  Sebastian

  reply	other threads:[~2010-04-20 22:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-20 20:31 turn off inclusion of JavaScript helper code? Stefan Vollmar
2010-04-20 22:22 ` Sebastian Rose [this message]
2010-04-22  7:31   ` Stefan Vollmar
2011-01-10 13:28   ` Andreas Rütten
2011-01-10 17:08     ` Andreas Rütten
2011-01-10 17:10     ` Andreas Rütten

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87633l228c.fsf@gmx.de \
    --to=sebastian_rose@gmx.de \
    --cc=emacs-orgmode@gnu.org \
    --cc=vollmar@nf.mpg.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).