r...@tamos.net writes: > When I export to html, it puts a javascript <script> element in the > output, but i don't want that. I can see that setting > `org-html-head-include-scripts' to `nil' will suppress the <script> > element -- and alternatively setting `:head-include-scripts' in > `org-publish-project-alist' -- but is there a way instead to frob this > setting in the org source file itself, like under `#+OPTIONS'? > Thanks! > >
#+BIND: org-html-head-include-scripts nil perhaps? -- Nick