Fix typo in file local mode variable
This commit is contained in:
parent
547fc0031e
commit
d7bf87795b
@ -2839,7 +2839,7 @@ def __org_babel_python_format_value(result, result_file, result_params):
|
|||||||
(setopt
|
(setopt
|
||||||
org-latex-compiler "lualatex"
|
org-latex-compiler "lualatex"
|
||||||
org-latex-compiler-file-string
|
org-latex-compiler-file-string
|
||||||
"%% -*- LaTeX; -*-\n%% Intended LaTeX compiler: %s\n"
|
"%% -*- LaTeX -*-\n%% Intended LaTeX compiler: %s\n"
|
||||||
org-latex-hyperref-template "\\hypersetup{
|
org-latex-hyperref-template "\\hypersetup{
|
||||||
pdfauthor={%a},
|
pdfauthor={%a},
|
||||||
pdftitle={%t},
|
pdftitle={%t},
|
||||||
|
Loading…
Reference in New Issue
Block a user