Hi all, I've long had this snippet in my Org config:
``` ;; Add "colorlinks=true" to hyperref: (setq org-latex-default-packages-alist '(("AUTO" "inputenc" t ("pdflatex")) ("T1" "fontenc" t ("pdflatex")) ("" "graphicx" t nil) ("" "longtable" nil nil) ("" "wrapfig" nil nil) ("" "rotating" nil nil) ("normalem" "ulem" t nil) ("" "amsmath" t nil) ("" "amssymb" t nil) ("" "capt-of" nil nil) ("colorlinks=true" "hyperref" nil nil))) ``` As the comment says, I modify `org-latex-default-packages-alist` because I want to change the way hyperref marks hyperlinks. Just now, though I happened to stumble upon the doc string of `org-latex-default-packages-alist`, which says that the only reason to modify this variable is when you load packages that conflict with these. So that made me wonder; is there a different (better) way of configuring the packages in `org-latex-default-packages-alist`? TIA Joost -- Joost Kremers Life has its moments