Hide links by default in latex pdf output
This commit is contained in:
parent
36812d0b7e
commit
1c7d7bdd4e
2
init.el
2
init.el
|
@ -555,7 +555,7 @@
|
|||
(use-package ox-latex
|
||||
:after org
|
||||
:custom
|
||||
(org-latex-hyperref-template "\\hypersetup{\n colorlinks=true, \n allcolors=blue, \n citecolor=, \n pdfauthor={%a},\n pdftitle={%t},\n pdfkeywords={%k},\n pdfsubject={%d},\n pdfcreator={%c}, \n pdflang={%L}\n}\n"))
|
||||
(org-latex-hyperref-template "\\hypersetup{\n hidelinks, \n pdfauthor={%a},\n pdftitle={%t},\n pdfkeywords={%k},\n pdfsubject={%d},\n pdfcreator={%c}, \n pdflang={%L}\n}\n"))
|
||||
|
||||
(use-package org-faces
|
||||
:after org
|
||||
|
|
Loading…
Reference in a new issue