Require `org-index-capture' allowing errors

This commit is contained in:
Gerard Vermeulen 2023-07-13 11:16:52 +02:00
parent f0108e8e61
commit b12c5e7743

View File

@ -4243,7 +4243,7 @@ with LaTeX export.
;; (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))
(require 'org-index-capture nil 'noerror))
#+end_src
*** [[info:org#LaTeX specific export settings][Advanced LaTeX export settings]]