I noticed that org-latex-compiler-file-string mentions an "Indented
LaTeX compiler". I guess it should be "Intended LaTeX compiler".
--8<---------------cut here---------------start------------->8---
(defcustom org-latex-compiler-file-string "%% Indented LaTeX compiler: %s\n"
"LaTeX compiler format-string.
See also `org-latex-compiler'."
:group 'org-export-latex
:type '(choice
(const :tag "Comment" "%% Indented LaTeX compiler: %s\n")
(const :tag "latex-mode file variable" "%% -*- latex-run-command: %s
-*-\n")
(const :tag "AUCTeX file variable" "%% -*- LaTeX-command: %s -*-\n")
(string :tag "custom format" "%% %s"))
:version "25.1"
:package-version '(Org . "9.0"))
--8<---------------cut here---------------end--------------->8---
Julien.