From 513a6b926744cfde38c4b3f5b3455764b2ddcf73 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sun, 16 Jun 2024 15:10:22 +0200 Subject: [PATCH] Remove blatant nonsense --- README.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.org b/README.org index f94212f..e86c7f8 100644 --- a/README.org +++ b/README.org @@ -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]]