Remove blatant nonsense

This commit is contained in:
Gerard Vermeulen 2024-06-16 15:10:22 +02:00
parent 566c64f8d9
commit 513a6b9267

View File

@ -3524,9 +3524,7 @@ with LaTeX export.
#+begin_src emacs-lisp -n :results silent
(with-eval-after-load 'ox-html
;; (Info-find-node "Org" "Literal Examples")
(setopt org-html-head-include-scripts t)
;; Force `org-index-capture' loading after lazy `ox-html' loading.
(require 'org-index-capture nil 'noerror))
(setopt org-html-head-include-scripts t))
#+end_src
*** [[info:org#LaTeX specific export settings][Advanced LaTeX export settings]]