|
From: | Julien Cubizolles |
Subject: | [O] "Indented"" LaTeX compiler in ox.el should be Intended? |
Date: | Fri, 05 Feb 2016 06:24:26 +0100 |
User-agent: | Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux) |
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.
[Prev in Thread] | Current Thread | [Next in Thread] |