* "Indented"" LaTeX compiler in ox.el should be Intended?
@ 2016-02-05 5:24 Julien Cubizolles
2016-02-06 14:54 ` Rasmus
0 siblings, 1 reply; 2+ messages in thread
From: Julien Cubizolles @ 2016-02-05 5:24 UTC (permalink / raw)
To: emacs-orgmode
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: "Indented"" LaTeX compiler in ox.el should be Intended?
2016-02-05 5:24 "Indented"" LaTeX compiler in ox.el should be Intended? Julien Cubizolles
@ 2016-02-06 14:54 ` Rasmus
0 siblings, 0 replies; 2+ messages in thread
From: Rasmus @ 2016-02-06 14:54 UTC (permalink / raw)
To: emacs-orgmode
Hi Julien,
Julien Cubizolles <j.cubizolles@free.fr> writes:
> I noticed that org-latex-compiler-file-string mentions an
> "Indented LaTeX compiler". I guess it should be "Intended LaTeX
> compiler".
Thank you for pointing this out! It’s fixed now.
Rasmus
--
Need more coffee. . .
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-06 14:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-05 5:24 "Indented"" LaTeX compiler in ox.el should be Intended? Julien Cubizolles
2016-02-06 14:54 ` Rasmus
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).