Variable: org-latex-with-hyperref
org-latex-with-hyperref is an alias and customizable for
org-latex-hyperref-template, defined in org-compat.el.gz.
This variable is obsolete since 9.0; use org-latex-hyperref-template
instead.
Value
"\\hypersetup{\n pdfauthor={%a},\n pdftitle={%t},\n pdfkeywords={%k},\n pdfsubject={%d},\n pdfcreator={%c}, \n pdflang={%L}}\n"
Documentation
Template for hyperref package options.
This format string may contain these elements:
%a for AUTHOR keyword
%t for TITLE keyword
%s for SUBTITLE keyword
%k for KEYWORDS line
%d for DESCRIPTION line
%c for CREATOR line
%l for Language keyword
%L for capitalized language keyword
%D for DATE keyword
If you need to use a "%" character, you need to escape it like that: "%%".
As a special case, a nil value prevents template from being inserted.
Setting :latex-hyperref-template in publishing projects will take precedence over this variable.
Aliases
org-latex-with-hyperref (obsolete since 9.0)