From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: "Indented"" LaTeX compiler in ox.el should be Intended? Date: Fri, 05 Feb 2016 06:24:26 +0100 Message-ID: <87egcrzq45.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRYst-0000Tp-V2 for emacs-orgmode@gnu.org; Fri, 05 Feb 2016 00:24:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRYsq-0003qR-Oz for emacs-orgmode@gnu.org; Fri, 05 Feb 2016 00:24:43 -0500 Received: from plane.gmane.org ([80.91.229.3]:41463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRYsq-0003q2-I0 for emacs-orgmode@gnu.org; Fri, 05 Feb 2016 00:24:40 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aRYsl-0004aF-62 for emacs-orgmode@gnu.org; Fri, 05 Feb 2016 06:24:35 +0100 Received: from 37.160.68.189 ([37.160.68.189]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Feb 2016 06:24:35 +0100 Received: from j.cubizolles by 37.160.68.189 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Feb 2016 06:24:35 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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.