emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] Fix type error in `org-preview-latex-process-alist' doc
@ 2016-05-24 13:29 Feng Shu
  2016-05-24 20:24 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Feng Shu @ 2016-05-24 13:29 UTC (permalink / raw)
  To: orgmode-devel; +Cc: Feng Shu

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-Fix-type-error-in-org-preview-latex-process-alist-do.patch --]
[-- Type: text/x-diff, Size: 2015 bytes --]

From 3e5f7bf6e80d8e662b428f622de498047aa02790 Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu@163.com>
Date: Tue, 24 May 2016 21:26:31 +0800
Subject: [PATCH] Fix type error in `org-preview-latex-process-alist' doc

* org.el (org-preview-latex-process-alist): Fix type error in `org-preview-latex-process-alist' doc
---
 lisp/org.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/org.el b/lisp/org.el
index 83ac51c..691fa57 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -4008,7 +4008,7 @@ All available processes and theirs documents can be found in
   '((dvipng
      :programs ("latex" "dvipng" "gs")
      :description "dvi > png"
-     :message "you need to install programs: latex, dvipng and ghostscript."
+     :message "you need to install the programs: latex, dvipng and ghostscript."
      :image-input-type "dvi"
      :image-output-type "png"
      :image-size-adjust (1.0 . 1.0)
@@ -4017,7 +4017,7 @@ All available processes and theirs documents can be found in
     (dvisvgm
      :programs ("latex" "dvisvgm" "gs")
      :description "dvi > svg"
-     :message "you need to install programs: latex, dvisvgm and ghostscript."
+     :message "you need to install the programs: latex, dvisvgm and ghostscript."
      :use-xcolor t
      :image-input-type "dvi"
      :image-output-type "svg"
@@ -4028,7 +4028,7 @@ All available processes and theirs documents can be found in
      :programs ("latex" "convert" "gs")
      :description "pdf > png"
      :message
-     "you need to install programs: latex, imagemagick and ghostscript."
+     "you need to install the programs: latex, imagemagick and ghostscript."
      :use-xcolor t
      :image-input-type "pdf"
      :image-output-type "png"
@@ -4078,7 +4078,7 @@ PROPERTIES accepts the following attributes:
 
 Place-holders used by `:image-converter' and `:latex-compiler':
 
-  %i    input file name.
+  %f    input file name.
   %b    base name of input file.
   %o    base directory of input file.
 
-- 
2.1.4


[-- Attachment #2: Type: text/plain, Size: 6 bytes --]



-- 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix type error in `org-preview-latex-process-alist' doc
  2016-05-24 13:29 [PATCH] Fix type error in `org-preview-latex-process-alist' doc Feng Shu
@ 2016-05-24 20:24 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2016-05-24 20:24 UTC (permalink / raw)
  To: Feng Shu; +Cc: orgmode-devel

Hello,

"Feng Shu" <tumashu@163.com> writes:

> From 3e5f7bf6e80d8e662b428f622de498047aa02790 Mon Sep 17 00:00:00 2001
> From: Feng Shu <tumashu@163.com>
> Date: Tue, 24 May 2016 21:26:31 +0800
> Subject: [PATCH] Fix type error in `org-preview-latex-process-alist' doc
>
> * org.el (org-preview-latex-process-alist): Fix type error in
> `org-preview-latex-process-alist' doc

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-24 20:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-24 13:29 [PATCH] Fix type error in `org-preview-latex-process-alist' doc Feng Shu
2016-05-24 20:24 ` Nicolas Goaziou

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).